texlive[49401] Build/source/texk/kpathsea/kpsewhich.c: (-var-value):

commits+karl at tug.org commits+karl at tug.org
Thu Dec 13 23:44:47 CET 2018


Revision: 49401
          http://tug.org/svn/texlive?view=revision&revision=49401
Author:   karl
Date:     2018-12-13 23:44:47 +0100 (Thu, 13 Dec 2018)
Log Message:
-----------
(-var-value): disable brace_expand again due to
selfautoloc=c:/texlive/texlive2018/bin/win32.

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/kpsewhich.c

Modified: trunk/Build/source/texk/kpathsea/kpsewhich.c
===================================================================
--- trunk/Build/source/texk/kpathsea/kpsewhich.c	2018-12-13 17:23:10 UTC (rev 49400)
+++ trunk/Build/source/texk/kpathsea/kpsewhich.c	2018-12-13 22:44:47 UTC (rev 49401)
@@ -836,6 +836,12 @@
       unfound++;
       value = "";
     }
+
+#if 0
+/* must think about
+ selfautoloc=c:/texlive/texlive2018/bin/win32
+ kpsewhich --var-value selfautoloc
+ 
     /* It is helpful for users to output the fully-expanded (as a
        string, no filesystem checks) value. We can't call brace_expand
        as part of kpathsea_var_value, though, because unfortunately it
@@ -842,6 +848,7 @@
        is not reentrant. We use var_value in lots of places in the
        source, and it clobbers the static buffer in the kpse structure.  */
     value = kpathsea_brace_expand (kpse, value);
+#endif
     puts (value);
   }
 



More information about the tex-live-commits mailing list