From 5d8ec172a6e32249252ef264873cfa6dd6bb9551 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 25 Mar 2004 08:22:03 +0000 Subject: 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 --- tests/testcurl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ___| | | | _ \| | -- cgit v1.2.3