Commit bcde5fa5 authored by Dietmar Maurer's avatar Dietmar Maurer

avoid warning

parent 00c8a77a
......@@ -39,7 +39,8 @@ sub print_usage {
my $disable_proxy = 0;
my $cmd = shift;
if ($cmd eq '--noproxy') {
if ($cmd && $cmd eq '--noproxy') {
$cmd = shift;
$disable_proxy = 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment