From b4dfdd8bbc5cd00969cf2fd25592c3755ea10462 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 Feb 2002 14:08:51 +0000 Subject: [PATCH] use env to run perl --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index b88988ac7..2b9dd8e29 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