texlive[49494] Build/source/texk/kpathsea: missed %s, from Andreas S
commits+karl at tug.org
commits+karl at tug.org
Mon Dec 24 23:15:53 CET 2018
Revision: 49494
http://tug.org/svn/texlive?view=revision&revision=49494
Author: karl
Date: 2018-12-24 23:15:53 +0100 (Mon, 24 Dec 2018)
Log Message:
-----------
missed %s, from Andreas S
Modified Paths:
--------------
trunk/Build/source/texk/kpathsea/ChangeLog
trunk/Build/source/texk/kpathsea/configure
trunk/Build/source/texk/kpathsea/kpsewhich.c
Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog 2018-12-24 22:15:05 UTC (rev 49493)
+++ trunk/Build/source/texk/kpathsea/ChangeLog 2018-12-24 22:15:53 UTC (rev 49494)
@@ -1,3 +1,7 @@
+2018-12-24 Andreas Scherer <https://ascherer.github.io>
+
+ * kpsewhich.c: Add missing format placeholder.
+
2018-12-21 Karl Berry <karl at freefriends.org>
* texmf.cnf (shell_escape_commands): add rmpost.
Modified: trunk/Build/source/texk/kpathsea/configure
===================================================================
--- trunk/Build/source/texk/kpathsea/configure 2018-12-24 22:15:05 UTC (rev 49493)
+++ trunk/Build/source/texk/kpathsea/configure 2018-12-24 22:15:53 UTC (rev 49494)
@@ -8048,6 +8048,8 @@
done
+## KPSE_COMMON: kpathsea ().
+## KPSE_BASIC: Remember kpathsea () as Kpse_Package (for future messages)
if test "`cd $srcdir && pwd`" != "`pwd`"; then
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
Modified: trunk/Build/source/texk/kpathsea/kpsewhich.c
===================================================================
--- trunk/Build/source/texk/kpathsea/kpsewhich.c 2018-12-24 22:15:05 UTC (rev 49493)
+++ trunk/Build/source/texk/kpathsea/kpsewhich.c 2018-12-24 22:15:53 UTC (rev 49494)
@@ -830,7 +830,7 @@
}
puts (kpse->format_info[user_format].path);
} else {
- WARNING1 ("kpsewhich: Unknown file type, cannot show path: ",
+ WARNING1 ("kpsewhich: Unknown file type, cannot show path: %s",
path_to_show);
}
}
More information about the tex-live-commits
mailing list