[latex3-commits] [l3svn] 09/10: l3build: Avoid e-TeX in tests
noreply at latex-project.org
noreply at latex-project.org
Thu Jun 22 16:53:31 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit c9b04f49e223114ab960c9d33b51f1bea43a91d6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jun 22 14:12:06 2017 +0100
l3build: Avoid e-TeX in tests
---
l3build/l3build.dtx | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index 7776a83..8ddca4d 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -1509,15 +1509,16 @@
%
% Load the map file early so it does not appear in the log.
% \begin{macrocode}
-\ifdefined\pdfoutput
- \ifnum\pdfoutput>0 %
- \pdfmapfile{pdftex.map}%
+\ifx\pdfoutput\@undefined
+ \ifx\outputmode\@undefined
+ \else
+ \ifnum\outputmode>0 %
+ \pdfextension mapfile{pdftex.map}%
+ \fi
\fi
\else
- \ifdefined\outputmode
- \ifnum\outputmode>0 %
- \pdfextension mapfile{pdftex.map}%
- \fi
+ \ifnum\pdfoutput>0 %
+ \pdfmapfile{pdftex.map}%
\fi
\fi
% \end{macrocode}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list