screen: Update from 4.4.0 to 4.5.1
[termux-packages] / disabled-packages / screen / window.c.patch
CommitLineData
50f6d032 1--- ../cache/screen-4.4.0/window.c 2016-06-19 19:41:03.000000000 +0000
2+++ ./window.c 2016-12-20 04:50:22.247981493 +0000
3@@ -112,7 +112,7 @@
4
5 int VerboseCreate = 0; /* XXX move this to user.h */
6
7-char DefaultShell[] = "/bin/sh";
74243a4e 8+char DefaultShell[] = "@TERMUX_PREFIX@/bin/login";
50f6d032 9 #ifndef HAVE_EXECVPE
10 static char DefaultPath[] = ":/usr/ucb:/bin:/usr/bin";
11 #endif