1 2 3 4 5 6 7 8 9 10 11 12
--- io.c.old 2007-04-08 20:52:37.338058804 +0200 +++ io.c 2007-04-08 20:53:11.997771247 +0200 @@ -10031,7 +10031,7 @@ strcpy(ver,""); get_wrap_path("MKISOFS",line); - strcat(line," -version 2>/dev/null"); + strcat(line," -version 2>/dev/null | head -n 1"); dodebug(1, "calling: %s\n", line); if ((fpin = popen(line,"r")) == NULL) {