From 85585621463e4511e265a4a8d6604993bfd3b5e1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 10 Oct 2020 23:35:01 +0200 Subject: tidy: use read -r (to please shellcheck) --- postfix/postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postfix') diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 9ae77df..563ecd3 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -447,7 +447,7 @@ if [ "1" = "$FORCE" ]; then do_update=y elif [ "1" = "$needs_reload" ]; then printf 'Above is the intended changes. OK to update (y/N)? ' - read do_update + read -r do_update fi case $do_update in y|Y) -- cgit v1.2.3