1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-22 05:07:08 +00:00
termux-packages/x11-packages/st/config.def.h.patch
2022-11-23 09:10:40 +00:00

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;