summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbumpVersion2
1 files changed, 2 insertions, 0 deletions
diff --git a/bumpVersion b/bumpVersion
index ebbd2637..630686f2 100755
--- a/bumpVersion
+++ b/bumpVersion
@@ -60,6 +60,7 @@ then
exit $?
elif [ $# -gt 1 ]
then
+ [ -n "${nichtPakete}" ] && verwendung
err=0
for pkg in "$@"
do
@@ -69,6 +70,7 @@ then
done
exit ${err}
fi
+[ -n "${nichtPakete}" ] && verwendung
paket="${1%/}"
>&2 echo "bumping '${paket}' ..."