summaryrefslogtreecommitdiff
path: root/xi_buildscript.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xi_buildscript.sh')
-rw-r--r--xi_buildscript.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/xi_buildscript.sh b/xi_buildscript.sh
index 4c22a5b..1684fc0 100644
--- a/xi_buildscript.sh
+++ b/xi_buildscript.sh
@@ -39,10 +39,10 @@ echo "Build file for $1, to build at root $2"
builds="$(ls *.xibuild | grep -v "$PKG_NAME.xibuild")"
-[ "$SUBPKG" == "all" ] && {
+[ "$SUBPKG" = "all" ] && {
pkgs=$($PKG_NAME.xibuild $(ls *.xibuild | grep -v "^$PKG_NAME.xibuild$"))
} || {
- pkgs="$SUBPKG"
+ pkgs="$SUBPKG".xibuild
}
for xibuild in $pkgs; do