summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tools
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tools')
-rw-r--r--Master/texmf-dist/tex/latex/tools/shellesc.sty8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/tools/shellesc.sty b/Master/texmf-dist/tex/latex/tools/shellesc.sty
index d3f9a110a61..4e22f866ec0 100644
--- a/Master/texmf-dist/tex/latex/tools/shellesc.sty
+++ b/Master/texmf-dist/tex/latex/tools/shellesc.sty
@@ -42,9 +42,11 @@
%% See README for details.
\ifx\ProvidesPackage\undefined
\def\next#1#2[#3]{\wlog{#2 #3}}
+\ifx\PackageInfo\undefined\def\PackageInfo#1#2{\wlog{#1: #2}}\fi
+\ifx\PackageWarning\undefined\def\PackageWarning#1#2{\wlog{#1: #2}}\fi
\expandafter\next\fi
\ProvidesPackage{shellesc}
- [2016/04/29 v0.01c unified shell escape interface for LaTeX]
+ [2016/06/07 v0.02a unified shell escape interface for LaTeX]
\ifcase
\ifx\pdfshellescape\@undefined
\ifx\shellescape\@undefined
@@ -62,9 +64,9 @@
\fi
\PackageWarning{shellesc}{Shell escape disabled}
\or
- \PackageInfo {shellesc}{Unrestricted shell escape ensabled}
+ \PackageInfo {shellesc}{Unrestricted shell escape enabled}
\else
- \PackageInfo {shellesc}{Restricted shell escape ensabled}
+ \PackageInfo {shellesc}{Restricted shell escape enabled}
\fi
\ifx\lastsavedimageresourcepages\@undefined
\protected\def\ShellEscape{\immediate\write18 }