From 0aafae20bbd78e6199bd9117baf7fcb44edd1b98 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 12 Jul 2021 20:16:27 +0000 Subject: iexec (12jul21) git-svn-id: svn://tug.org/texlive/trunk@59909 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/iexec/iexec.sty | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex') 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 -- cgit v1.2.3