X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..e623df10eb74b8bd13f28007031ca848bc5d0c1d:/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