зеркало из https://github.com/mozilla/pjs.git
Add path for gunzip. Eventually this should be handled by a configure script.
This commit is contained in:
Родитель
34700e4c35
Коммит
499d0dbc0c
|
@ -31,6 +31,9 @@
|
|||
|
||||
use FileHandle;
|
||||
|
||||
# This is for gunzip (should add a configure script to handle this).
|
||||
$ENV{PATH} .= ":/usr/local/bin";
|
||||
|
||||
$debug = 1 if $ARGV[0] eq '--debug';
|
||||
|
||||
if ($debug) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче