chiark
/
gitweb
/
~mdw
/
termux-packages
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
libuv: Update from 1.20.0 to 1.20.1
[termux-packages]
/
packages
/
python
/
subprocess.py.patch
diff --git
a/packages/python/subprocess.py.patch
b/packages/python/subprocess.py.patch
index 41d399ae74c3de4e6fec2ef70447db9069739871..0fb6a5049305b59c07a7915de7507dfa62bed719 100644
(file)
--- 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