diff options
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 | ||||
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 2 |
3 files changed, 6 insertions, 2 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 diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index e3ccbf409b3..4259f954d1c 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/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 |