diff --git a/build-package b/build-package index 2b49fa9..7ecbd34 100755 --- a/build-package +++ b/build-package @@ -358,7 +358,7 @@ echo "Paket wurde erstellt: $distfile" rm -rf "${BUILD_DIR}" if [[ -z $DEBBUILD_ASSUME_YES ]] && ! $force; then - read -p "Auf git-packages hochladen? [Y,n]: " upload + read -p "Hochladen? [Y,n]: " upload [[ "$upload" =~ n|N ]] && exit 0 fi