mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-28 21:52:39 +00:00
12 lines
418 B
Diff
12 lines
418 B
Diff
--- ./Source/cmExecProgramCommand.cxx.orig 2025-06-10 12:15:53.404143772 +0000
|
|
+++ ./Source/cmExecProgramCommand.cxx 2025-06-10 12:18:50.549046543 +0000
|
|
@@ -206,7 +206,7 @@
|
|
}
|
|
fflush(stdout);
|
|
fflush(stderr);
|
|
- char const* cmd[] = { "/bin/sh", "-c", command.c_str(), nullptr };
|
|
+ char const* cmd[] = { "@TERMUX_PREFIX@/bin/sh", "-c", command.c_str(), nullptr };
|
|
cmsysProcess_SetCommand(cp, cmd);
|
|
#endif
|
|
|