|
|
| |
strcpy(ver,""); | strcpy(ver,""); |
get_wrap_path("MKISOFS",line); | 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); | dodebug(1, "calling: %s\n", line); |
if ((fpin = popen(line,"r")) == NULL) { | if ((fpin = popen(line,"r")) == NULL) { |