diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-24 09:37:25 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-24 09:37:25 +0000 |
commit | 4ea49ac65f78e17577b7cbb0f2e12ff93d965dc1 (patch) | |
tree | 300cad0e415dfb4e7aad87c39474962da4997846 /Build/source/texk/kpathsea/texmf.cnf | |
parent | 5054506e5dee91a27e0ba950a9a6f54361b73e50 (diff) |
avoid backslash-newline in texmf.cnf
git-svn-id: svn://tug.org/texlive/trunk@17545 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/texmf.cnf')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 0e0e84a3e18..ae18e643e4c 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -527,8 +527,7 @@ shell_escape.tex = f % This is used by the Windows script wrapper for restricting searching % for the purportedly safe shell_escape_commands above to system % directories. -TEXMF_RESTRICTED_SCRIPTS = \ - {!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}/scripts/{$progname,$engine,}// +TEXMF_RESTRICTED_SCRIPTS = {!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}/scripts/{$progname,$engine,}// % Allow TeX \openin, \openout, or \input on filenames starting with `.' % (e.g., .rhosts) or outside the current tree (e.g., /etc/passwd)? |