mirror of
https://github.com/curl/curl.git
synced 2025-09-20 11:02:42 +03: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 ___| | | | _ \| |
|
# Project ___| | | | _ \| |
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
# This is the HTTPS server designed for the curl test suite.
|
# This is the HTTPS server designed for the curl test suite.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user