Add path for gunzip. Eventually this should be handled by a configure script.

This commit is contained in:
slamm%netscape.com 1999-08-26 17:13:49 +00:00
Родитель 34700e4c35
Коммит 499d0dbc0c
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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) {