mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Remove an extra message that only served to clutter the logs.
This commit is contained in:
parent
82767949b8
commit
e94549da79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33162
@ -36,6 +36,6 @@ if ($pid1 = fork) {
|
||||
}
|
||||
else {
|
||||
# first child
|
||||
print "executing @ARGV\n";
|
||||
#print "executing @ARGV\n";
|
||||
exec @ARGV;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user