mirror of
https://github.com/curl/curl.git
synced 2026-05-30 11:27:29 +03:00
Tor Arntsen fixed how this is invoked
This commit is contained in:
parent
7461592a16
commit
f28389c87b
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env perl -w
|
||||
#!/usr/bin/env perl
|
||||
#***************************************************************************
|
||||
# _ _ ____ _
|
||||
# Project ___| | | | _ \| |
|
||||
|
|
@ -46,6 +46,9 @@ use strict;
|
|||
|
||||
use Cwd;
|
||||
|
||||
# Turn on warnings (equivalent to -w, which can't be used with /usr/bin/env)
|
||||
BEGIN { $^W = 1; }
|
||||
|
||||
use vars qw($version $fixed $infixed $CURLDIR $CVS $pwd $build $buildlog $buildlogname $gnulikebuild);
|
||||
use vars qw($name $email $desc $confopts);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue