зеркало из https://github.com/mozilla/pjs.git
mini-hack: add /bin to path for cwd.
This commit is contained in:
Родитель
be1ede77c2
Коммит
cb5ba1b3dd
|
@ -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';
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче