summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-24 09:37:25 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-24 09:37:25 +0000
commit4ea49ac65f78e17577b7cbb0f2e12ff93d965dc1 (patch)
tree300cad0e415dfb4e7aad87c39474962da4997846 /Build
parent5054506e5dee91a27e0ba950a9a6f54361b73e50 (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')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf3
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 44c5adbf444..328c42ac8ec 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-24 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * texmf.cnf (TEXMF_RESTRICTED_SCRIPTS): The make rules used to
+ create paths.h can't handle backslash-newline (FIXME?).
+
2010-03-24 Karl Berry <karl@tug.org>
* texmf.cnf (TEXMFSCRIPTS): progname before engine, for consistency,
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)?