aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-xpbuilder-checkparams5
1 files changed, 5 insertions, 0 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 356a969..ef81878 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -26,6 +26,7 @@
#default value for this option is !empty!
INTERNAL_BUILD_UML=""
+TWICE=""
CHROOTEXEC=""
OVERRIDE_APTLINES="no"
OVERRIDE_APTLINES_WARN="" # set this if --override-config option should be set.
@@ -234,6 +235,10 @@ while [ -n "$1" ]; do
IGNORE_UMOUNT="no"
shift;
;;
+ --twice)
+ TWICE="yes"
+ shift;
+ ;;
--) # end of processing for this
shift;
break;