summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty')
-rw-r--r--Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty b/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty
index 4643d1aa229..b79bb17cdca 100644
--- a/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty
+++ b/Master/texmf-dist/tex/latex/gnuplottex/gnuplottex.sty
@@ -41,7 +41,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{gnuplottex}
- [2012/10/02 v0.4.5 gnuplot graphs in LaTeX]
+ [2013/04/14 v0.4.6 gnuplot graphs in LaTeX]
\RequirePackage{latexsym,graphicx,moreverb,keyval,ifthen}
\newif\ifShellEscape
\newif\ifmiktex \miktexfalse
@@ -56,9 +56,9 @@
\ProcessOptions\relax
%% test if shell escape really works
\ifShellEscape
-\def\tmpfile{/tmp/w18-test-\the\year\the\month\the\day\the\time}
+\def\tmpfile{/tmp/w18-test-\the\year\the\month\the\day\the\time.tex}
\ifmiktex
-\def\tmpfile{w18-test-\the\year\the\month\the\day\the\time}
+\def\tmpfile{w18-test-\the\year\the\month\the\day\the\time.tex}
\immediate\write18{echo t > "\tmpfile"}
\else
\immediate\write18{touch \tmpfile}