mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-17 21:31:09 +00:00
Make pull-debian-source exit 0 on help, so tests pass again.
This commit is contained in:
parent
e39a3565e5
commit
18d02c4c39
@ -33,8 +33,8 @@ GetOptions('h|help' => \$help,
|
||||
'm|mirror=s' => \$mirror,
|
||||
'no-conf' => \$no_conf,
|
||||
);
|
||||
my($package) = $ARGV[0] || &usage(2);
|
||||
&usage(0) if($help);
|
||||
my($package) = $ARGV[0] || &usage(2);
|
||||
|
||||
if (! $no_conf) {
|
||||
my($shell_cmd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user