From f31023508a768febf32ca2f4936a5d509fbee45a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 16 Jan 2013 12:05:13 +0000 Subject: Fix tmpdir quoting git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@574 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish b/publish index 9dfe458..2a37e5b 100755 --- a/publish +++ b/publish @@ -256,7 +256,7 @@ fi if [ -n "${ttl}" ]; then setup_tmpdir - echo "${ttl}" > $tmpdir/.publish.ttl + echo "${ttl}" > "$tmpdir/.publish.ttl" set dummy "$tmpdir/.publish.ttl" "$@" shift fi -- cgit v1.2.3