From 41410ec54e6663c0314e2b9d412b210378d49adf Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 16 Jan 2013 12:05:11 +0000 Subject: publish: Fix missing setup_tmpdir for ttl setup Signed-off-by: Peter Palfrader git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@573 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- publish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publish b/publish index 0623e2a..9dfe458 100755 --- a/publish +++ b/publish @@ -255,7 +255,8 @@ fi if [ -n "${ttl}" ]; then - echo "${ttl}" >> $tmpdir/.publish.ttl + setup_tmpdir + echo "${ttl}" > $tmpdir/.publish.ttl set dummy "$tmpdir/.publish.ttl" "$@" shift fi -- cgit v1.2.3