aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r--pdebuild-checkparams2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdebuild-checkparams b/pdebuild-checkparams
index e9a59af..8cd4563 100644
--- a/pdebuild-checkparams
+++ b/pdebuild-checkparams
@@ -42,7 +42,7 @@ while [ -n "$1" ]; do
shift; shift;
;;
--debbuildopts)
- DEBBUILDOPTS="$2";
+ DEBBUILDOPTS="${2:+$DEBBUILDOPTS $2}";
shift; shift;
;;
--configfile)