From ed9d2d3f6558f0b1f14c42d39303e4220fff5478 Mon Sep 17 00:00:00 2001 From: alvaro <alvaro@graves.cl> Date: Sun, 21 Apr 2013 16:35:17 -0700 Subject: [PATCH] silly bug --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 18948c5b..04de2627 100755 --- a/install.sh +++ b/install.sh @@ -186,7 +186,7 @@ if [ ! -z "$_components" ]; then mkdir -p components/uris else ln -s "$_components" -done +fi bold=`tput bold` normal=`tput sgr0` -- GitLab