nano: update patches

This commit is contained in:
Leonid Pliushch 2020-03-29 22:57:24 +03:00
parent 0b05768a6d
commit bf6df5db2f
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
diff -u -r ../nano-4.6/src/text.c ./src/text.c
--- ../nano-4.6/src/text.c 2019-11-29 10:12:07.000000000 +0000
+++ ./src/text.c 2019-12-01 16:32:08.956643000 +0000
@@ -962,7 +962,7 @@
const char *theshell = getenv("SHELL");
if (theshell == NULL)
- theshell = (char *)"/bin/sh";
+ theshell = (char *)"@TERMUX_PREFIX@/bin/sh";
/* Child: close the unused read end of the output pipe. */
close(from_fd[0]);