From 077ba38381c9021733c6be985e7a300720e77d58 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 28 Feb 2023 21:56:56 +0000 Subject: [PATCH] install: `dash` requires at least one variable for `read` --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 74f9824..78543b6 100755 --- a/install.sh +++ b/install.sh @@ -59,7 +59,7 @@ greeting() { if [ -t 0 ] && [ -t 1 ]; then echo echo "Press ENTER to continue (CTRL-C to cancel)..." - read -r + read -r _ fi }