@ -90,11 +90,7 @@ process_arguments() {
-r|--release)
RELEASE=1
shift
if [ -z "$1" ]; then
print_usage
exit 1
fi
if [ "${1:0:1}" = "-" ]; then
if [ -z "$1" ] || [ "${1:0:1}" = "-" ]; then