X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..382cfb780ca9a40f80e3932544bd32aeccb66e5a:/packages/python/subprocess.py.patch diff --git a/packages/python/subprocess.py.patch b/packages/python/subprocess.py.patch index 41d399ae..0fb6a504 100644 --- a/packages/python/subprocess.py.patch +++ b/packages/python/subprocess.py.patch @@ -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