From 1f93ce96a4b0e85782568e1185e6fcd5e0d45d92 Mon Sep 17 00:00:00 2001 From: intuxicated Date: Thu, 18 Jul 2013 16:50:55 +0430 Subject: [PATCH] remove typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 748997c..a9ec4f2 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ REQUIRMENTS=(emacs git) # Coloring Functions function info() { - echo -ne "[\033[01;32mINFO\033[00m]: $1" + echo -e "[\033[01;32mINFO\033[00m]: $1" } function error(){