2019-10-06 00:47:07 +02:00
|
|
|
diff -u -r ../screen-4.7.0/window.c ./window.c
|
|
|
|
--- ../screen-4.7.0/window.c 2019-10-01 22:08:00.000000000 +0000
|
|
|
|
+++ ./window.c 2019-10-02 19:42:56.044224400 +0000
|
|
|
|
@@ -112,9 +112,9 @@
|
2016-12-21 02:58:47 +01:00
|
|
|
|
|
|
|
int VerboseCreate = 0; /* XXX move this to user.h */
|
|
|
|
|
|
|
|
-char DefaultShell[] = "/bin/sh";
|
2017-04-24 23:43:11 +02:00
|
|
|
+char DefaultShell[] = "@TERMUX_PREFIX@/bin/login";
|
2016-12-21 02:58:47 +01:00
|
|
|
#ifndef HAVE_EXECVPE
|
2019-10-06 00:47:07 +02:00
|
|
|
-static char DefaultPath[] = ":/usr/ucb:/bin:/usr/bin";
|
|
|
|
+static char DefaultPath[] = ":@TERMUX_PREFIX@/bin";
|
2016-12-21 02:58:47 +01:00
|
|
|
#endif
|
2019-10-06 00:47:07 +02:00
|
|
|
|
|
|
|
/* keep this in sync with the structure definition in window.h */
|