aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
diff options
context:
space:
mode:
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