aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r--pdebuild-checkparams4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdebuild-checkparams b/pdebuild-checkparams
index 893dbc3..4e147be 100644
--- a/pdebuild-checkparams
+++ b/pdebuild-checkparams
@@ -30,8 +30,8 @@ while [ -n "$1" ]; do
if [ -d "$2" ]; then
BUILDRESULT=$(readlink -f "$2");
else
- echo "E: Directory $2 does not exist" >&2
- exit 1
+ echo "W: Build-result Directory $2 does not exist" >&2
+ # warn, but make it progress.
fi
else
BUILDRESULT=