From 0b660f6719184fed8eb5cfcf25f910210fe31b5a Mon Sep 17 00:00:00 2001 From: dancer Date: Mon, 27 Aug 2001 11:37:42 +0000 Subject: added buildresult feature and fixed the readlink typo --- pbuilder-checkparams | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pbuilder-checkparams') diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 19f79d8..6480ac6 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -6,7 +6,7 @@ while [ -n $1 ]; do case "$1" in --basetgz) - BASETGZ=$(realink -f "$2"); + BASETGZ=$(readlink -f "$2"); shift; shift; ;; --buildplace) @@ -25,6 +25,10 @@ while [ -n $1 ]; do DISTRIBUTION="$2"; shift; shift; ;; + --buildresult) + BUILDRESULT=$(readlink -f "$2"); + shift; shift; + ;; --help) cat <