Added option for current directory prefix in @exec (without which it's pretty

useless).
This commit is contained in:
Jordan K. Hubbard
1993-09-06 23:26:21 +00:00
parent f45e18ea60
commit 96c8ba9a7a
+1 -1
View File
@@ -78,7 +78,7 @@ extract_plist(char *home, Package *pkg)
if (Verbose)
printf("extract: exec cmd '%s' (lastfile = %s)\n", p->name,
last_file);
if (!Fake && vsystem(p->name, last_file))
if (!Fake && vsystem(p->name, Directory, last_file))
whinge("Command '%s' failed.", p->name);
break;