From 44c942e763f3964835cc6ced1405b61d8fc11553 Mon Sep 17 00:00:00 2001 From: dancer Date: Fri, 1 Feb 2002 15:54:33 +0000 Subject: many modifications done to make things improved. --- pbuilder-checkparams | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pbuilder-checkparams') 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 ;; -- cgit v1.2.3