-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add support for busybox64.exe when named busybox64.exe, busybox.exe, sh.exe #254
Comments
Well, But if it is named busybox, or busybox64.exe, how do I know if it is running Like, if inside one of those shells you run Or, if you just call |
There's just one shell implementation, with three aliases. They all work exactly the same.
The name of the shell doesn't really matter. The behaviour of the shell doesn't depend on the name used to invoke it.
That should be fine.
Any of those will work. Standardising on The binaries I ship are named Support for |
Could you please test this build Scroll down to Artifacts -> Binaries |
Works for me on 64-bit Windows 10. I tried it with I'm not a user of |
Released in v2.0.7 |
All works for me thanks so much. |
Description
Support invoking
sudo ln ...
,sudo cp ...
and other Busybox for Windows applets withgsudo
.I suggest looking for
busybox64.exe
,busybox.exe
,sh.exe
, sincebash.exe
is sometimes WSL bash.Resolves rmyorston/busybox-w32#313
Also resolves unrelated pain points like #198 . MSYS2 bash is more painful than busybox for Windows due to things like the slashes.
Proposed technical details
when invoked from
busybox64.exe sh -il
shell should Work. Currently it does not, because no such commandtouch.exe
exists, it is a built-in.The text was updated successfully, but these errors were encountered: