From 18d02c4c39eeb19b334cd9a1f6b94cd179634d8e Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 25 Dec 2010 18:05:12 +0200 Subject: [PATCH] Make pull-debian-source exit 0 on help, so tests pass again. --- pull-debian-source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-debian-source b/pull-debian-source index 78f4a05..f6ea3d3 100755 --- a/pull-debian-source +++ b/pull-debian-source @@ -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);