mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-09 20:33:24 +00:00
Initial push
This commit is contained in:
12
packages/python/subprocess.py.patch
Normal file
12
packages/python/subprocess.py.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -u -r ../Python-3.4.1/Lib/subprocess.py ./Lib/subprocess.py
|
||||
--- ../Python-3.4.1/Lib/subprocess.py 2014-05-19 07:19:38.000000000 +0200
|
||||
+++ ./Lib/subprocess.py 2014-06-04 11:31:48.708843737 +0200
|
||||
@@ -1344,7 +1344,7 @@
|
||||
args = list(args)
|
||||
|
||||
if shell:
|
||||
- args = ["/bin/sh", "-c"] + args
|
||||
+ args = ["/system/bin/sh", "-c"] + args
|
||||
if executable:
|
||||
args[0] = executable
|
||||
|
||||
Reference in New Issue
Block a user