aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-xpbuilder-checkparams1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index c7df248..e162278 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -81,6 +81,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