summaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2012-08-14 08:31:19 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2012-08-14 08:31:19 +0000
commit25e4701b6c9772732fd9ca460685462e38f789e2 (patch)
tree046f1323222f64759a5e945a381b2d76ad744b70 /publish
parent7f029eef313aea3226738621ae7f089b05fabf50 (diff)
Also need tmpdir for -8
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@540 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'publish')
-rwxr-xr-xpublish1
1 files changed, 1 insertions, 0 deletions
diff --git a/publish b/publish
index 16d8024..d639aee 100755
--- a/publish
+++ b/publish
@@ -233,6 +233,7 @@ if [ "$make_qrcode" -gt 0 ] ; then
fi
if [ "$add_default_cs" -gt 0 ] ; then
+ setup_tmpdir
echo 'AddDefaultCharset UTF-8' > "$tmpdir/.htaccess"
set dummy "$tmpdir/.htaccess" "$@"
shift