forked from kiss-community/repo
Make dash(1)
the default /bin/sh
#20
Labels
No Label
core
extra
help wanted
new package
question
update
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bonsai/repo#20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should include a built binary for
ash(1)
but modify the busybox config to remove its symlink to/bin/sh
I'd like to explore what Chimera does because BSD ash(1) is in my opinion the best implementation of POSIX sh(1p) by far.
I will take a look
Making chimerautils ash the defult
/bin/sh
will require movingsamurai(1)
andmeson(1)
/muon(1)
to core as the chimera devs decided to use meson and ninja for their build system.The meson build for their sh(1) implementation isn't that hard to understand, I could maintain a script to build it with just a C compiler and libedit.