mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Added option for current directory prefix in @exec (without which it's pretty
useless).
This commit is contained in:
parent
f45e18ea60
commit
96c8ba9a7a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=402
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user