This commit is contained in:
2016-01-02 18:51:50 +05:30
parent 5974679b5d
commit 57aaa8c4c0
+1 -1
View File
@@ -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";