From 1c4a8c2dd8c343bf5547803e951646c6c5e42933 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Tue, 18 Apr 2000 22:20:30 +0000 Subject: [PATCH] mini-hack: add /bin to path for cwd. git-svn-id: svn://10.0.0.236/trunk@66329 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/warnings.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/tinderbox/warnings.pl b/mozilla/webtools/tinderbox/warnings.pl index f222e9fe8b8..89a51fdf152 100755 --- a/mozilla/webtools/tinderbox/warnings.pl +++ b/mozilla/webtools/tinderbox/warnings.pl @@ -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';