mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-19 04:41:28 +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,
|
'm|mirror=s' => \$mirror,
|
||||||
'no-conf' => \$no_conf,
|
'no-conf' => \$no_conf,
|
||||||
);
|
);
|
||||||
my($package) = $ARGV[0] || &usage(2);
|
|
||||||
&usage(0) if($help);
|
&usage(0) if($help);
|
||||||
|
my($package) = $ARGV[0] || &usage(2);
|
||||||
|
|
||||||
if (! $no_conf) {
|
if (! $no_conf) {
|
||||||
my($shell_cmd);
|
my($shell_cmd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user