0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-09 06:41:52 +00:00
Files
termux-packages/packages/emacs/src-callproc.c.patch
2025-03-02 13:57:34 +01:00

12 lines
451 B
Diff

--- ./src/callproc.c.orig 2025-02-26 23:31:19.411148666 +0100
+++ ./src/callproc.c 2025-02-26 23:32:52.385321663 +0100
@@ -2042,7 +2042,7 @@
/* The Android shell is found under /system/bin, not /bin. */
Vshell_file_name = build_string (sh ? sh : "/system/bin/sh");
#else
- Vshell_file_name = build_string (sh ? sh : "/bin/sh");
+ Vshell_file_name = build_string (sh ? sh : "@TERMUX_PREFIX@/bin/sh");
#endif
Lisp_Object gamedir = Qnil;