X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/efb14422c53623aa8edf0ae432d1ebca9b3b82a0..9eaa5db6be3230ed07a187863130c285295106aa:/tools/helpers/lxc.py diff --git a/tools/helpers/lxc.py b/tools/helpers/lxc.py index 5143b8a..4228684 100644 --- a/tools/helpers/lxc.py +++ b/tools/helpers/lxc.py @@ -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":