From 0396ca9dc3909c066decb6c376f5410ab91c8a7f Mon Sep 17 00:00:00 2001 From: tildeslash Date: Mon, 22 Sep 2014 17:49:06 +0200 Subject: [PATCH] Run pod2html in /tmp/ to allow tmp files to be created --- Commands/View POD as HTML.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/View POD as HTML.plist b/Commands/View POD as HTML.plist index 15e5c12..8f4a646 100644 --- a/Commands/View POD as HTML.plist +++ b/Commands/View POD as HTML.plist @@ -5,7 +5,7 @@ beforeRunningCommand nop command - pod2html 2>/dev/null && rm -f pod2htmd.tmp pod2htmi.tmp + pod2html --cachedir=/tmp/ 2>/dev/null && rm -f /tmp/pod2htm* input document keyEquivalent