Browse Source

nano: update patches

master
Leonid Plyushch 5 years ago
parent
commit
bed9f91016
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 12
      packages/nano/src-text.c.patch

12
packages/nano/src-text.c.patch

@ -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]);
Loading…
Cancel
Save