mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:47:16 +03:00
Use /usr/bin/env to invoke perl like the other test scripts.
This commit is contained in:
parent
bdbd0cf27a
commit
cd6c58216a
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue