summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpost-receive.cyrax-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-receive.cyrax-build b/post-receive.cyrax-build
index 53c5608..524d79d 100755
--- a/post-receive.cyrax-build
+++ b/post-receive.cyrax-build
@@ -32,7 +32,7 @@ while read old new ref ; do
# build website
. /home/wartung/cyrax_env/bin/activate
mkdir -p "${TARGET_TMP_DIR}"
- cyrax -q -d ${TARGET_TMP_DIR} ${TMP_DIR}
+ cyrax -q -d "${TARGET_TMP_DIR}" "${TMP_DIR}"
mkdir -p "${TARGET_DIR}/${RELATIVE}/"
rm -rf "${TARGET_DIR}/${RELATIVE}/"