mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
use strict in run-px.
This commit is contained in:
parent
620876d149
commit
0dd8271f32
@ -1,3 +1,7 @@
|
|||||||
|
2008-11-06 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* run-px: Use strict (thanks Steven Schubiger!).
|
||||||
|
|
||||||
2008-06-22 Micah Cowan <micah@cowan.name>
|
2008-06-22 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* Test-proxied-https-auth.px: Shift exit code so it falls in the
|
* Test-proxied-https-auth.px: Shift exit code so it falls in the
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl
|
||||||
use warnings;
|
use warnings;
|
||||||
|
use strict;
|
||||||
|
|
||||||
die "Please specify the top source directory.\n" if (!@ARGV);
|
die "Please specify the top source directory.\n" if (!@ARGV);
|
||||||
my $top_srcdir = shift @ARGV;
|
my $top_srcdir = shift @ARGV;
|
||||||
|
Loading…
Reference in New Issue
Block a user