diff options
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-x | pbuilder-checkparams | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 31a99ee..4fdbf24 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -165,8 +165,8 @@ while [ -n "$1" ]; do shift; ;; - --) # this is an empty option, to no longer process. - shift; + --) # end of processing for this + shift; break; ;; --*) |