mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
12 lines
315 B
Diff
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;
|