diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-26 23:44:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-26 23:44:35 +0000 |
commit | e94549da799ff4a2596f3ff71a8624a049375b13 (patch) | |
tree | 0e22ce3118b0bbbe5ce3dd0a6c085637e3529dbe /Tools | |
parent | Don't try to process logs twice by protecting this script with a lock file. (diff) |
Remove an extra message that only served to clutter the logs.
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/ptimeout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/ptimeout b/Tools/portbuild/scripts/ptimeout index 62cb404ad001..d4f3a19f24b2 100755 --- a/Tools/portbuild/scripts/ptimeout +++ b/Tools/portbuild/scripts/ptimeout @@ -36,6 +36,6 @@ if ($pid1 = fork) { } else { # first child - print "executing @ARGV\n"; + #print "executing @ARGV\n"; exec @ARGV; } |