]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/helpers/lxc.py
images: Decode http retrieve for older pythons
[waydroid.git] / tools / helpers / lxc.py
index 5143b8aa5456a6ff476c975b4f54bf1f831b0125..42286846692f1c10e1a95d0b22b772652583263c 100644 (file)
@@ -282,7 +282,7 @@ def shell(args):
         command.append(args.COMMAND)
     else:
         command.append("/system/bin/sh")
-    subprocess.run(command, env={"PATH": os.environ['PATH'] + "/system/bin:/vendor/bin"})
+    subprocess.run(command, env={"PATH": os.environ['PATH'] + ":/system/bin:/vendor/bin"})
 
 def logcat(args):
     if status(args) != "RUNNING":