That's very odd. Just adding bash shouldn't remove /bin/ash (which on your setup should point to busybox, no?): So invoking the script with /bin/ash as the command interpreter should result in you seeing no functional changes.
I'll poke at it on Monday. On Fri, Jul 15, 2016 at 7:19 PM, Barret Rhoden <[email protected]> wrote: > I'm not sure about the root cause of the bash scripts. If someone can > debug it > soon, we can avoid that part of this patchset. > > ------------ > You can also find this patch set at: > > [email protected]:brho/akaros.git > From: bd72ca442a51 > To: 5eb804b6681b bash-fixes > > And view them at: > > https://github.com/brho/akaros/compare/bd72ca442a51...5eb804b6681b > > ------------ > > > Barret Rhoden (2): > Add a gitignore to bash > Update version-controlled scripts for bash > > kern/kfs/bin/init.sh | 2 +- > kern/kfs/bin/m | 4 ++-- > kern/kfs/bin/ps | 2 +- > kern/kfs/lockprov.sh | 4 ++-- > kern/kfs/looper.sh | 4 ++-- > kern/kfs/mountroot | 6 +++--- > tools/sys-apps/bash/.gitignore | 1 + > 7 files changed, 12 insertions(+), 11 deletions(-) > create mode 100644 tools/sys-apps/bash/.gitignore > > -- > 2.8.0.rc3.226.g39d4020 > > -- > You received this message because you are subscribed to the Google Groups > "Akaros" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
