mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Use /usr/bin/env to invoke perl like the other test scripts.
This commit is contained in:
parent
bdbd0cf27a
commit
cd6c58216a
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
#***************************************************************************
|
||||
# _ _ ____ _
|
||||
# Project ___| | | | _ \| |
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# $Id$
|
||||
# This is the HTTPS server designed for the curl test suite.
|
||||
|
Loading…
Reference in New Issue
Block a user