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 /Master | |
parent | 0bcb5e06bec3d487fde2cc8c87418d5adeebbd44 (diff) |
Unactivate all shell_escape.
git-svn-id: svn://tug.org/texlive/trunk@15836 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |