summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/kpsewhich.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/kpsewhich.c')
-rw-r--r--Build/source/texk/kpathsea/kpsewhich.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c
index d78f098f657..879c7998757 100644
--- a/Build/source/texk/kpathsea/kpsewhich.c
+++ b/Build/source/texk/kpathsea/kpsewhich.c
@@ -836,12 +836,19 @@ main (int argc, string *argv)
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
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);
}