From bec57cd3c9de052693b2bbeff6676b45415db610 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 28 Jan 2015 21:36:28 +0100 Subject: post-receive.cyrax-build: Add missing quotes. --- post-receive.cyrax-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}/" -- cgit v1.2.3-1-g7c22