summaryrefslogtreecommitdiff
path: root/xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'xibuild')
-rwxr-xr-xxibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/xibuild b/xibuild
index 62f390c..75479f8 100755
--- a/xibuild
+++ b/xibuild
@@ -137,7 +137,7 @@ xibuild () {
if [ -z "$(ls -A $PKG_DEST)" ]; then
printf "$FAIL!!!Package is empty!!!$RESET\n"
return 1;
- else
+ fi
printf "$INFO\tarchiving package...";
tar -C $PKG_DEST -czf $PKG_FILE ./ >> $LOGFILE 2>&1 && printf "$PASS archived to $(du -sh $PKG_FILE | awk '{ print $1 }')\n" || return 1;