From 9eebf4225f2688c07c612086d2c28e0dab7c08c7 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 24 Oct 2020 18:10:58 -0400 Subject: [PATCH] busybox: do not add '-l' flag in bash shim (#1530) "bash -l" changes directory to the home directory instead of remaining in the current working directory. It should not change directory when "bash -c" is executed to run a command in the current working directory. --- bucket/busybox.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bucket/busybox.json b/bucket/busybox.json index 7f96728dc3..3a22c4c0d0 100644 --- a/bucket/busybox.json +++ b/bucket/busybox.json @@ -76,8 +76,7 @@ [ "busybox.exe", "bash", - "bash", - "-l" + "bash" ], [ "busybox.exe",