summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/package-gateway.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package-gateway.sh b/build/package-gateway.sh
index 6216da00..bce436d9 100755
--- a/build/package-gateway.sh
+++ b/build/package-gateway.sh
@@ -97,7 +97,7 @@ get-console-dists
tar cvf ${TAR_NAME} ${NEW_WAR_NAME}
gzip ${TAR_NAME}
-if [ ! -z "${DIST_DIR} ]; then
+if [ ! -z "${DIST_DIR}" ]; then
mv ${TAR_NAME}.gz ${DIST_DIR}
fi