aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-15 14:16:09 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-11-15 14:16:09 +0000
commit71b10936ac3430564ef9fed06b3f39b7fd6dd1a1 (patch)
treef9207bd81e110d35d082bc3dc22652e7990880b7
parent5d4be711e4fd1ac2a06b3a7f8184b16b611d6399 (diff)
downloadpbuilder-71b10936ac3430564ef9fed06b3f39b7fd6dd1a1.tar
pbuilder-71b10936ac3430564ef9fed06b3f39b7fd6dd1a1.tar.gz
pdebuild-checkparams: exit 0 after printing the help if --help is requested (as pbuilder
Gbp-Dch: Ignore
-rw-r--r--pdebuild-checkparams1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdebuild-checkparams b/pdebuild-checkparams
index 4a4243e..d7275ba 100644
--- a/pdebuild-checkparams
+++ b/pdebuild-checkparams
@@ -101,6 +101,7 @@ while [ -n "$1" ]; do
;;
--help)
showhelp
+ exit 0
;;
--) # end of processing for this
shift;