summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-11-22 20:44:12 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-11-22 20:44:12 +0530
commit33f0d767f7c547c29185e4a60360b992e50b9e3d (patch)
tree8344c1319cfde4f7fc05b4143bbd1e258d2e5603
parent894a8350785894e47d17b61023fd4d045dd5d56c (diff)
parent1541d44afc30bb2695095bad9e4b06b9bb7a8806 (diff)
Enhanced scripts to support command line build from source.
Conflicts: build/package-gateway.sh
-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