diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-01-16 12:05:13 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2013-01-16 12:05:13 +0000 |
commit | f31023508a768febf32ca2f4936a5d509fbee45a (patch) | |
tree | 33fd7f284c435c04db17a285c639a3aaea04a7e0 | |
parent | 41410ec54e6663c0314e2b9d412b210378d49adf (diff) |
Fix tmpdir quoting
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@574 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-x | publish | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |