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.
This commit is contained in:
Jan Edmund Lazo 2020-10-24 18:10:58 -04:00 committed by GitHub
parent 44d50932b6
commit 9eebf4225f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,8 +76,7 @@
[ [
"busybox.exe", "busybox.exe",
"bash", "bash",
"bash", "bash"
"-l"
], ],
[ [
"busybox.exe", "busybox.exe",