summaryrefslogtreecommitdiff
path: root/bumpPkgrel
diff options
context:
space:
mode:
Diffstat (limited to 'bumpPkgrel')
-rwxr-xr-xbumpPkgrel2
1 files changed, 1 insertions, 1 deletions
diff --git a/bumpPkgrel b/bumpPkgrel
index 741eb46e7..731c47c1a 100755
--- a/bumpPkgrel
+++ b/bumpPkgrel
@@ -49,7 +49,7 @@ if [ $# -eq 0 ] && ! ${auto_detect}; then
fi
if [ -z "${provided}" ]; then
- provided=$("${0%/*}/liste-verfuegbare-Versionen")
+ provided=$("${0%/*}/liste-verfuegbare-Versionen") || exit $?
trap 'rm -f "${provided}"' EXIT
fi