From 71b10936ac3430564ef9fed06b3f39b7fd6dd1a1 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 15 Nov 2015 14:16:09 +0000 Subject: pdebuild-checkparams: exit 0 after printing the help if --help is requested (as pbuilder Gbp-Dch: Ignore --- pdebuild-checkparams | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3