mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +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",
|
"busybox.exe",
|
||||||
"bash",
|
"bash",
|
||||||
"bash",
|
"bash"
|
||||||
"-l"
|
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"busybox.exe",
|
"busybox.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user