diff options
-rw-r--r-- | pdebuild-checkparams | 1 |
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; |