Skip to content

Commit

Permalink
require currfile only if listing is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
xqms committed Apr 8, 2024
1 parent 2ecc5bf commit 8de9342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphicscache.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@
\RequirePackage{ifplatform}
\RequirePackage{pdftexcmds}
\RequirePackage{ltxcmds}
\RequirePackage{currfile}
\newif\ifgraphicscache@render
\newif\ifgraphicscache@disable
\newif\ifgraphicscache@compress
Expand Down Expand Up @@ -327,6 +326,7 @@
\ifgraphicscache@listing
\newwrite\graphicscache@listout
\immediate\openout\graphicscache@listout=\jobname.graphicscache
\RequirePackage{currfile}
\fi
%
% shellesc has a bug on Ubuntu 16.04 (\ShellEscape is not immediate).
Expand Down

0 comments on commit 8de9342

Please sign in to comment.