mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-21 18:22:37 +00:00
python: $PREFIX/bin/sh instead of /system/bin/sh
This commit is contained in:
@@ -6,7 +6,7 @@ diff -u -r ../Python-3.4.1/Lib/subprocess.py ./Lib/subprocess.py
|
||||
|
||||
if shell:
|
||||
- args = ["/bin/sh", "-c"] + args
|
||||
+ args = ["/system/bin/sh", "-c"] + args
|
||||
+ args = ["@TERMUX_PREFIX@/bin/sh", "-c"] + args
|
||||
if executable:
|
||||
args[0] = executable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user