From d6e6a82c5ba7954c04d2b884f96422f4bb14708f Mon Sep 17 00:00:00 2001 From: Joel Kuzmarski Date: Sat, 20 Aug 2016 18:54:43 -0500 Subject: [PATCH] Fix comment --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 0f89e311..db96780d 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -131,7 +131,7 @@ main() { # CTRL-C at the chsh password prompt will bubble up and kill this script, # so we set a benign trap on the INT signal to stop the bubbling. trap 'true' INT - # We need a while loop so the user can retry after entering a bad password. + # We need a loop so the user can retry after entering a bad password. while true; do # Attempt to change the default login shell. CHSH_ZSH_STDERR="$(chsh -s "$CHSH_ZSH" 2>&1)" && {