You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
338 B
Diff
12 lines
338 B
Diff
--- a/libpolyml/process_env.cpp
|
|
+++ b/libpolyml/process_env.cpp
|
|
@@ -575,7 +575,7 @@
|
|
sigemptyset(&sigset);
|
|
sigprocmask(SIG_SETMASK, &sigset, 0);
|
|
// Reset other signals?
|
|
- execv("/bin/sh", argv);
|
|
+ execv("@TERMUX_PREFIX@/bin/sh", argv);
|
|
_exit(1);
|
|
}
|
|
#endif
|