From 3da235b0e35f705686f96113ca11e446d793813a Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 27 Oct 2015 01:02:40 +0100 Subject: [PATCH] [FIX] install.sh: DON'T ALWAYS INSTALL fi --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 1cc782e..f645221 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -13,7 +13,7 @@ set -e if [ ! -n "$DONTINSTALL" ] || [ ! "$DONTINSTALL" eq "0" ]; then - echo "~~" INSTALLING ~~~" + echo "~~~ INSTALLING ~~~" DONTINSTALL="1" -- 2.0.0