summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-28 21:36:28 +0100
committerwartung <wartung@vm-staticweb.spline.inf.fu-berlin.de>2015-01-28 21:36:28 +0100
commitbec57cd3c9de052693b2bbeff6676b45415db610 (patch)
tree8b1087181e49c77c6c4d01f77a6b17f4c05822bf
parent5708d2aee3fe75c1ab847093e3b4d5e85b069a9e (diff)
downloadhooks-bec57cd3c9de052693b2bbeff6676b45415db610.tar.gz
hooks-bec57cd3c9de052693b2bbeff6676b45415db610.tar.bz2
hooks-bec57cd3c9de052693b2bbeff6676b45415db610.zip
post-receive.cyrax-build: Add missing quotes.
-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}/"