From f86e83b4c431bdee3863b45fb2b13d63e6bda6af Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 16 Sep 2020 15:29:16 -0400 Subject: [PATCH] Indicate default action --- utils/do_debian_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/do_debian_package.sh b/utils/do_debian_package.sh index af9921294..f6a5c6bec 100755 --- a/utils/do_debian_package.sh +++ b/utils/do_debian_package.sh @@ -331,7 +331,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;