screen: Update from 4.4.0 to 4.5.1
[termux-packages] / disabled-packages / screen / window.c.patch
index 6d1de10..6cd9d3c 100644 (file)
@@ -5,7 +5,7 @@
  int VerboseCreate = 0;                /* XXX move this to user.h */
  
 -char DefaultShell[] = "/bin/sh";
-+char DefaultShell[] = "/data/data/com.termux/files/home/.termux/shell";
++char DefaultShell[] = "@TERMUX_PREFIX@/bin/login";
  #ifndef HAVE_EXECVPE
  static char DefaultPath[] = ":/usr/ucb:/bin:/usr/bin";
  #endif