From: Daniel Stenberg Date: Mon, 25 Feb 2002 14:08:51 +0000 (+0000) Subject: use env to run perl X-Git-Tag: curl-7_9_5-pre4~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4dfdd8bbc5cd00969cf2fd25592c3755ea10462;p=thirdparty%2Fcurl.git use env to run perl --- diff --git a/tests/runtests.pl b/tests/runtests.pl index b88988ac7d..2b9dd8e293 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # $Id$ # # Main curl test script, in perl to run on more platforms