+ don't check first argument (connector compat)

This commit is contained in:
garnier-quentin 2015-12-03 16:57:35 +01:00
parent d96d2035fb
commit 31337265d8
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ sub GetOptions {
splice @ARGV, $i, 1;
$num_args--;
} else {
warn "argument $ARGV[$i] alone" if ($warn_message == 1);
warn "argument $ARGV[$i] alone" if ($warn_message == 1 && $i != 0);
$i++;
}
}