summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-04 23:31:13 +0000
committerKarl Berry <karl@freefriends.org>2010-04-04 23:31:13 +0000
commit4c375fdb13589cec9dc1260ac7efcacedc93a21d (patch)
tree5de91468faf9001ef952020d4d583540edd43a07
parent31f40f2083a93e90e2b7a55912875effb86e9955 (diff)
format per runtime texmf.cnf
git-svn-id: svn://tug.org/texlive/trunk@17686 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 2292c1ce893..0e0e84a3e18 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -527,8 +527,8 @@ 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)?