chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / screen / window.c.patch
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";
8 +char DefaultShell[] = "@TERMUX_PREFIX@/bin/login";
9  #ifndef HAVE_EXECVPE
10  static char DefaultPath[] = ":/usr/ucb:/bin:/usr/bin";
11  #endif