diff options
author | dancer <dancer> | 2002-02-01 15:54:33 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-02-01 15:54:33 +0000 |
commit | 44c942e763f3964835cc6ced1405b61d8fc11553 (patch) | |
tree | 12a3bc1774ddf08f2150b3b8017a10ead419f3a0 /pbuilder-checkparams | |
parent | 6a7db4483bdc346307c0728b78a30d4bb21a9663 (diff) | |
download | pbuilder-44c942e763f3964835cc6ced1405b61d8fc11553.tar pbuilder-44c942e763f3964835cc6ced1405b61d8fc11553.tar.gz |
many modifications done to make things improved.
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-x | pbuilder-checkparams | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 058b91a..a36247c 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -34,7 +34,7 @@ while [ -n "$1" ]; do shift; shift; ;; --othermirror) - OTHERMIRROR="$3"; + OTHERMIRROR="$2"; shift; shift; ;; --http-proxy) @@ -86,6 +86,10 @@ while [ -n "$1" ]; do exec 2>&1 shift; shift; ;; + --aptconfdir) + APTCONFDIR="$2"; + shift; shift; + ;; --help) showhelp ;; |