toybox icon indicating copy to clipboard operation
toybox copied to clipboard

Most scripts use /bin/bash, which not all systems have. Use /usr/bin/env instead?

Open xplshn opened this issue 4 months ago • 11 comments

Possible fixes:

  • Use /usr/bin/env bash

  • Do not use GNU things

Else, toybox can't be build on systems without bash, like Alpine, obviously it would be trivial to install bash but reducing dependencies (on non-POSIX things) would be great.

xplshn avatar Apr 13 '24 19:04 xplshn