aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-uml-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-uml-checkparams')
-rw-r--r--pbuilder-uml-checkparams2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-uml-checkparams b/pbuilder-uml-checkparams
index d94f63c..c361247 100644
--- a/pbuilder-uml-checkparams
+++ b/pbuilder-uml-checkparams
@@ -96,7 +96,7 @@ while [ -n "$1" ] ; do
. "$2"
shift; shift;;
#things that can be passed through with options
- --timeout|--http-proxy|--hookdir|--aptconfdir|--bindmounts|--mirror|--nonusmirror)
+ --timeout|--http-proxy|--hookdir|--aptconfdir|--bindmounts|--mirror|--nonusmirror|--othermirror)
UML_EXTRAOPT="${UML_EXTRAOPT} $1 $2"
shift; shift;;
--buildresult)