I run the perl programs with 'perl [script]' instead, to overcome the

hardcoded-path-in-scripts problem.
This commit is contained in:
Daniel Stenberg 2000-11-21 19:30:09 +00:00
Родитель 43e1e1cd1a
Коммит 20dd0670ba
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -3,10 +3,10 @@ all:
install:
test:
./runtests.pl
perl runtests.pl
quiet-test:
./runtests.pl -s -a
perl runtests.pl -s -a
clean:
rm -rf log