summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-07-21 17:32:36 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-07-21 17:32:36 +0000
commit3656c36f5fbbbc63880328f0dbfbfca4d1cac54d (patch)
treedd9de9c1b30620efd61f9e1eadac45c009e3d957 /Build
parent01b485ff67d2a9b74b908db54b1b030d51d3cf8e (diff)
[CWEB] Purge (double) index entry.
git-svn-id: svn://tug.org/texlive/trunk@67689 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w2c.ch4
-rw-r--r--Build/source/texk/web2c/cwebdir/common.w2
2 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
index ecc3ff2b460..9ef6a192f12 100644
--- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
@@ -171,7 +171,7 @@ double quotes.
The actual file lookup is done with the help of the \Kpathsea/ library;
see section~\X93:File lookup with \Kpathsea/\X~for details. % FIXME
The remainder of the \.{@@i} line after the file name is ignored.
-@^system dependencies@> @.CWEBINPUTS@>
+@^system dependencies@>
@z
@x
@@ -206,7 +206,7 @@ The remainder of the \.{@@i} line after the file name is ignored.
@x
if ((kk=getenv("CWEBINPUTS"))!=NULL) {
-@.CWEBINPUTS@>
+@qCWEBINPUTS@>
if ((l=strlen(kk))>max_file_name_length-2) too_long();
strcpy(temp_file_name,kk);
}
diff --git a/Build/source/texk/web2c/cwebdir/common.w b/Build/source/texk/web2c/cwebdir/common.w
index 3491ba00e6e..06d153dfdb6 100644
--- a/Build/source/texk/web2c/cwebdir/common.w
+++ b/Build/source/texk/web2c/cwebdir/common.w
@@ -424,7 +424,7 @@ The remainder of the \.{@@i} line after the file name is ignored.
goto restart; /* success */
}
if ((kk=getenv("CWEBINPUTS"))!=NULL) {
-@.CWEBINPUTS@>
+@qCWEBINPUTS@>
if ((l=strlen(kk))>max_file_name_length-2) too_long();
strcpy(temp_file_name,kk);
}