mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-19 16:52:16 +00:00
12 lines
382 B
Diff
12 lines
382 B
Diff
--- ./sdk/sdk/lib/_internal/vm/bin/process_patch.dart
|
|
+++ ./sdk/sdk/lib/_internal/vm/bin/process_patch.dart
|
|
@@ -313,7 +313,7 @@ base class _ProcessImpl extends _ProcessImplNativeWrapper implements _Process {
|
|
if (Platform.isWindows) {
|
|
return 'cmd.exe';
|
|
}
|
|
- return '/bin/sh';
|
|
+ return '@TERMUX_PREFIX@/bin/sh';
|
|
}
|
|
|
|
static List<String> _getShellArguments(
|