diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-25 08:22:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-25 08:22:03 +0000 |
commit | 5d8ec172a6e32249252ef264873cfa6dd6bb9551 (patch) | |
tree | bf65f72af1c4df26abed1f9ddf981da99379d4a2 /tests | |
parent | 0953140b53843f6b0d8841907432dbacaf6e6173 (diff) |
invoke this script via env, as it is more likely to exist at a fixed path
while perl often is installed in /usr/local/bin or elsewhere
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testcurl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 89b47f60c..8a6e8a8cc 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | |