From 463f08e4d141d93682fa42cff9e535e2bf4739b5 Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Fri, 1 Dec 2017 15:09:39 -0800 Subject: [PATCH] remove unnecessary echo --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index f8eaefe..e23c462 100755 --- a/install.sh +++ b/install.sh @@ -56,7 +56,6 @@ if ! type "$SCRIPT" > /dev/null 2>&1; then copy_script else read -r -p "$SCRIPT already exists on your PATH. Do you still want to install? [N/y] " REPLY - echo if [ "$REPLY" = 'y' ] || [ "$REPLY" = 'Y' ]; then copy_script else