diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 14:08:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 14:08:51 +0000 |
commit | b4dfdd8bbc5cd00969cf2fd25592c3755ea10462 (patch) | |
tree | 8f1296798e98590092c4a01177790e951ec540d6 /tests | |
parent | e6ed3478ea5a3ae191b244814a273c566d432f39 (diff) |
use env to run perl
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |