Skip to content
Snippets Groups Projects
Commit f28389c8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Tor Arntsen fixed how this is invoked

parent 7461592a
No related branches found
No related tags found
No related merge requests found
#!/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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment