From 6208aeb57a1c6a4e5e61a2f0d7fb913cc684d59c Mon Sep 17 00:00:00 2001 From: Balletie Date: Mon, 18 Aug 2014 12:51:31 +0200 Subject: [PATCH] Untabify the file --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7f4357c233..3439d41eef 100755 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ if [[ `uname` == "Darwin" ]]; then echo "Check if wget is installed" which -s wget if [ $? -eq 1 ]; then - echo "wget is not installed, installing wget.." + echo "wget is not installed, installing wget.." eval "$package_command install wget" fi