From 5c254b058e43a9765c9fd4438c3c60287baa398b Mon Sep 17 00:00:00 2001 From: alvaro <alvaro@graves.cl> Date: Sun, 21 Apr 2013 16:38:48 -0700 Subject: [PATCH] more silly bugs++ --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 57ed1125..abc973cc 100755 --- a/install.sh +++ b/install.sh @@ -64,6 +64,9 @@ for argument in $options chmod=*) val=${argument#*=}; opt=${argument%=$val}; _chmod="${val}" ;; + components=*) val=${argument#*=}; + opt=${argument%=$val}; + _components="${val}" ;; esac done -- GitLab