From 2da39ae8045efbfed80d2a3318aa9b3c9f637146 Mon Sep 17 00:00:00 2001 From: Joel Kuzmarski Date: Tue, 23 Aug 2016 10:14:59 -0500 Subject: [PATCH] exit 0 -> exit --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 181fbc1a..429a5f3d 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -211,7 +211,7 @@ main() { # Zsh exits immeditaly after invocation if STDIN is not a TTY, so it would be # pointless to exec it in the first place. Let's just print a message instead. printf "${BLUE}No input TTY! To begin using Oh My Zsh, start a new zsh session!${NORMAL}\n" - exit 0 + exit elif [ -n "$CHSH_ZSH" ]; then exec "$CHSH_ZSH" --LOGIN else