--- ./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;