summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2013-01-16 12:05:13 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2013-01-16 12:05:13 +0000
commitf31023508a768febf32ca2f4936a5d509fbee45a (patch)
tree33fd7f284c435c04db17a285c639a3aaea04a7e0
parent41410ec54e6663c0314e2b9d412b210378d49adf (diff)
Fix tmpdir quoting
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@574 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-xpublish2
1 files changed, 1 insertions, 1 deletions
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