1
0
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:
Satoshi Asami 2000-09-26 23:44:35 +00:00
parent 82767949b8
commit e94549da79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33162

View File

@ -36,6 +36,6 @@ if ($pid1 = fork) {
}
else {
# first child
print "executing @ARGV\n";
#print "executing @ARGV\n";
exec @ARGV;
}