mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-14 05:40:52 +00:00
12 lines
378 B
Diff
12 lines
378 B
Diff
--- ./sdk/sdk/lib/_internal/vm/bin/process_patch.dart
|
|
+++ ./sdk/sdk/lib/_internal/vm/bin/process_patch.dart
|
|
@@ -328,7 +328,7 @@ base class _ProcessImpl extends _ProcessImplNativeWrapper implements _Process {
|
|
return 'cmd.exe';
|
|
}
|
|
if (Platform.isAndroid) {
|
|
- return '/system/bin/sh';
|
|
+ return '@TERMUX_PREFIX@/bin/sh';
|
|
}
|
|
return '/bin/sh';
|
|
}
|