From b7162b924c30b6738c13f9fc749a9b457eb3f203 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 26 Dec 2020 20:45:52 -0800 Subject: [PATCH] Be less tentative --- tools/publish.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/publish.bash b/tools/publish.bash index 3ea5506..46ad906 100755 --- a/tools/publish.bash +++ b/tools/publish.bash @@ -49,7 +49,7 @@ for lang in "${langs[@]}"; do done done -if [[ -t 1 ]]; then +if [[ -n "${CONFIRM:-}" ]]; then echo "Press enter to continue, or ctrl-C to abort..." read fi