diff options
author | dancer <dancer> | 2006-02-22 15:23:33 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-02-22 15:23:33 +0000 |
commit | 0986599b475c7e6022d417c0c632f5f3be80132a (patch) | |
tree | 7d1334e22b65072a00e461c22b378215b20390ee /pbuilder-uml-checkparams | |
parent | f3a31e42bee44bf0471e08613fa0729486705bed (diff) | |
download | pbuilder-0986599b475c7e6022d417c0c632f5f3be80132a.tar pbuilder-0986599b475c7e6022d417c0c632f5f3be80132a.tar.gz |
remove support for --nonusmirror.
Diffstat (limited to 'pbuilder-uml-checkparams')
-rw-r--r-- | pbuilder-uml-checkparams | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-uml-checkparams b/pbuilder-uml-checkparams index c361247..7bc532d 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|--othermirror) + --timeout|--http-proxy|--hookdir|--aptconfdir|--bindmounts|--mirror|--othermirror) UML_EXTRAOPT="${UML_EXTRAOPT} $1 $2" shift; shift;; --buildresult) |