From 7619ea3573dcbd9b7377df1bbb3f3f0d3eb5dbb4 Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 29 Sep 2005 10:58:57 +0000 Subject: [PATCH] Fixed temporary files pathname, it could 'crash' before. --- project/Pod2Html.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/Pod2Html.pm b/project/Pod2Html.pm index dbcedd5..3c76248 100755 --- a/project/Pod2Html.pm +++ b/project/Pod2Html.pm @@ -49,7 +49,8 @@ My::Web->heading(); local *F; open F,"lynx -source ".$W->{"project_viewcvs"}."*checkout*/".$W->{"args"}{"cvs"}."?rev=HEAD" - ." |pod2html -" + # FIXME: "/tmp" - dangerous, not unique, currently creates: pod2htmd.tmp pod2htmi.tmp + ." |pod2html --cachedir=/tmp -" ." |"; print $_ while ; close F; -- 1.8.3.1