aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
diff options
context:
space:
mode:
authordancer <dancer>2006-06-10 15:33:21 +0000
committerdancer <dancer>2006-06-10 15:33:21 +0000
commit3b41cd932c8d588426ba40bb280408d56839fa28 (patch)
treee04d34e9488e602fc48ab5c9fad583eb20b18f69 /pdebuild-checkparams
parent8475dc777f921b5c1c67ba4afb6828000b73c427 (diff)
downloadpbuilder-3b41cd932c8d588426ba40bb280408d56839fa28.tar
pbuilder-3b41cd932c8d588426ba40bb280408d56839fa28.tar.gz
thinko fix.
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r--pdebuild-checkparams1
1 files changed, 1 insertions, 0 deletions
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