aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-25 08:22:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-25 08:22:03 +0000
commit5d8ec172a6e32249252ef264873cfa6dd6bb9551 (patch)
treebf65f72af1c4df26abed1f9ddf981da99379d4a2
parent0953140b53843f6b0d8841907432dbacaf6e6173 (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
-rwxr-xr-xtests/testcurl.pl2
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 ___| | | | _ \| |