From 57aaa8c4c0fc24655dc4bf2266a5274a43f83ac0 Mon Sep 17 00:00:00 2001 From: "Harish.K" Date: Sat, 2 Jan 2016 18:51:50 +0530 Subject: [PATCH] Fix --- bin/installer-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installer-script.sh b/bin/installer-script.sh index c988205..fa5208e 100755 --- a/bin/installer-script.sh +++ b/bin/installer-script.sh @@ -31,7 +31,7 @@ checkGeneric(){ installPackage(){ packageName=$1; - if [ -z ${packageName%*/} ];then + if [ -z ${packageName%*/} -o $packageName = ${packageName%*/} ];then . "$appRoot/packages/$packageName"; else . "$appRoot/packages/_generic";