Origin: Void Linux

The default progname really should be kpsewhich, and makes a test
pass which otherwise fails.

--- a/texk/kpathsea/kpsewhich.c
+++ b/texk/kpathsea/kpsewhich.c
@@ -60,7 +60,7 @@
 boolean must_exist = false;
 
 /* The program name, for `.PROG' construct in texmf.cnf.  (-program) */
-string progname = NULL;
+string progname = "kpsewhich";
 
 /* Safe input and output names to check.  (-safe-in-name and -safe-out-name) */
 string safe_in_name = NULL;
