You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
423 B

--- ../emacs.orig/src/callproc.c 2019-12-26 17:20:12.000000000 +0100
+++ ./src/callproc.c 2019-12-27 14:19:14.228517971 +0100
@@ -1589,7 +1589,7 @@
dir_warning ("arch-independent data dir", Vdata_directory);
sh = getenv ("SHELL");
- Vshell_file_name = build_string (sh ? sh : "/bin/sh");
+ Vshell_file_name = build_string (sh ? sh : "@TERMUX_PREFIX@/bin/sh");
Lisp_Object gamedir = Qnil;
if (PATH_GAME)