termux-packages/x11-packages/st/config.def.h.patch

12 lines
315 B
Diff

--- a/config.def.h
+++ b/config.def.h
@@ -16,7 +16,7 @@
* 4: value of shell in /etc/passwd
* 5: value of shell in config.h
*/
-static char *shell = "/bin/sh";
+static char *shell = "@TERMUX_PREFIX@/bin/sh";
char *utmp = NULL;
/* scroll program: to enable use a string like "scroll" */
char *scroll = NULL;