mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
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:
parent
44d50932b6
commit
9eebf4225f
@ -76,8 +76,7 @@
|
||||
[
|
||||
"busybox.exe",
|
||||
"bash",
|
||||
"bash",
|
||||
"-l"
|
||||
"bash"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user