From 3b41cd932c8d588426ba40bb280408d56839fa28 Mon Sep 17 00:00:00 2001 From: dancer Date: Sat, 10 Jun 2006 15:33:21 +0000 Subject: thinko fix. --- pdebuild-checkparams | 1 + 1 file changed, 1 insertion(+) (limited to 'pdebuild-checkparams') diff --git a/pdebuild-checkparams b/pdebuild-checkparams index 4e147be..feda18e 100644 --- a/pdebuild-checkparams +++ b/pdebuild-checkparams @@ -30,6 +30,7 @@ while [ -n "$1" ]; do if [ -d "$2" ]; then BUILDRESULT=$(readlink -f "$2"); else + BUILDRESULT="$2" echo "W: Build-result Directory $2 does not exist" >&2 # warn, but make it progress. fi -- cgit v1.2.3