Be less tentative

This commit is contained in:
Radon Rosborough 2020-12-26 20:45:52 -08:00
parent d9014b2342
commit b7162b924c
1 changed files with 1 additions and 1 deletions

View File

@ -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