summaryrefslogtreecommitdiff
path: root/bumpPerl
diff options
context:
space:
mode:
Diffstat (limited to 'bumpPerl')
-rwxr-xr-xbumpPerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bumpPerl b/bumpPerl
index d36790989..717a2719a 100755
--- a/bumpPerl
+++ b/bumpPerl
@@ -17,7 +17,7 @@ perlMajor="${perlMinor%%.*}"
perlMinor="${perlMinor#${perlMajor}.}"
perlMinor="${perlMinor%%.*}"
-provided=$('./liste-verfuegbare-Versionen')
+provided=$('./liste-verfuegbare-Versionen') || exit $?
trap 'rm -f "${provided}"' EXIT
for pkgbuild in perl-*/PKGBUILD demeter/PKGBUILD spamassassin-courier/PKGBUILD; do