summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/iexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-12 20:16:27 +0000
committerKarl Berry <karl@freefriends.org>2021-07-12 20:16:27 +0000
commit0aafae20bbd78e6199bd9117baf7fcb44edd1b98 (patch)
tree080d2509f9ab37411fc8226d5793da3c76ac5a2f /Master/texmf-dist/tex/latex/iexec
parenta2d9c82a09cb7c4b4ee9fe7e23a69d0252488f46 (diff)
iexec (12jul21)
git-svn-id: svn://tug.org/texlive/trunk@59909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/iexec')
-rw-r--r--Master/texmf-dist/tex/latex/iexec/iexec.sty8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/iexec/iexec.sty b/Master/texmf-dist/tex/latex/iexec/iexec.sty
index 91d10955c3a..34898e324c0 100644
--- a/Master/texmf-dist/tex/latex/iexec/iexec.sty
+++ b/Master/texmf-dist/tex/latex/iexec/iexec.sty
@@ -21,7 +21,7 @@
% SOFTWARE.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{iexec}[2021/07/10 0.3.0 Inputable Shell Executions]
+\ProvidesPackage{iexec}[2021/07/12 0.3.1 Inputable Shell Executions]
\RequirePackage{shellesc}
@@ -33,12 +33,14 @@
\makeatletter\newcommand\iexec[2][iexec.tmp]{%
\begingroup%
\let\%\@percentchar%
+ \let\\\@backslashchar%
\let\{\@charlb%
\let\}\@charrb%
\ShellEscape{#2 > #1}%
+ \message{iexec executed shell command: [#2 > #1]}%
\endgroup%
- \input{#1}\unskip%
- \iftrace\else\exec{rm #1}\fi%
+ \input{#1}%
+ \iftrace\else\ShellEscape{rm #1}\fi%
}\makeatother
\endinput