diff options
author | Hans Hagen <pragma@wxs.nl> | 2006-01-31 16:39:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2006-01-31 16:39:00 +0100 |
commit | 225302722da7984c56407100abbfbfdd1a90e108 (patch) | |
tree | d7d683656f7d5ad9d73ce7120670a374b00c7def /scripts | |
parent | 604c108bdae62604c6fa83e8d76d3188a91277d3 (diff) | |
download | context-225302722da7984c56407100abbfbfdd1a90e108.tar.gz |
stable 2006.01.31 16:39
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/perl/texexec.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/context/perl/texexec.pl b/scripts/context/perl/texexec.pl index 7da7ff28b..ba12bf3a3 100644 --- a/scripts/context/perl/texexec.pl +++ b/scripts/context/perl/texexec.pl @@ -355,6 +355,12 @@ if ( $ARGV[0] && $ARGV[0] =~ /\.mpx$/io ) { # catch -tex=.... bug in mpost #### +if ($Version) { + $Purge = 1 ; + } + +#### + if ($Paranoid) { $ENV{shell_escape} = 'f' ; $ENV{openout_any} = 'p' ; |