diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-10-19 17:21:48 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-10-19 17:21:48 +0000 |
commit | 785951c875358aeaa22d8a718a186a9e3f5baca6 (patch) | |
tree | 44dcbaf0313d584ba3a66967e7bae6924ae6ecd8 /Build/source | |
parent | 0bcb5e06bec3d487fde2cc8c87418d5adeebbd44 (diff) |
Unactivate all shell_escape.
git-svn-id: svn://tug.org/texlive/trunk@15836 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 318ebb85136..f9852603f5a 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2009-10-19 Manuel Pégourié-Gonnard <mpg@elzevir.fr> + + * texmf.cnf: set shell_escape back to 'f': 'p' is broken on Unix. + 2009-10-15 Manuel Pégourié-Gonnard <mpg@elzevir.fr> * texmf.cnf (shell_escape_commands): add repstopdf, a version of diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index e3ccbf409b3..4259f954d1c 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -489,7 +489,7 @@ try_std_extension_first = t % commands listed in shell_escape_commands are allowed. Although this % is not fully secure either, it is much better, and so useful that we % enable it for everything but bare tex. -shell_escape = p +shell_escape = f % No spaces in this command list. These programs either do not write % any output files, respect openout_any, or have hard-coded restrictions similar |