Initial push

This commit is contained in:
Fredrik Fornwall
2015-06-13 01:03:31 +02:00
parent 798619b91c
commit 59f0d218a6
663 changed files with 44233 additions and 0 deletions

View 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