mini-hack: add /bin to path for cwd.

git-svn-id: svn://10.0.0.236/trunk@66329 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com
2000-04-18 22:20:30 +00:00
parent 4280283ad2
commit 1c4a8c2dd8

View File

@@ -79,7 +79,7 @@ sub usage {
}
# This is for gunzip (should add a configure script to handle this).
$ENV{PATH} .= ":/usr/local/bin";
$ENV{PATH} .= "/bin:/usr/local/bin";
$debug = 1, shift @ARGV if $ARGV[0] eq '--debug';