diff --git a/utils/do_debian_package.sh b/utils/do_debian_package.sh index c0982cc80..c907fa64d 100755 --- a/utils/do_debian_package.sh +++ b/utils/do_debian_package.sh @@ -336,7 +336,7 @@ EOF dput="Y"; if [ "$INTERACTIVE" != "no" ]; then - read -p "Ready to dput $SC to $PPA ? Y/N..."; + read -p "Ready to dput $SC to $PPA ? Y/n..."; if [[ "$REPLY" == [yY] ]]; then dput $PPA $SC fi;