picosonic / bbc-fdc

Floppy disk interface for Raspberry Pi
MIT License
243 stars 22 forks source link

No dependence on bash #28

Closed frimdo closed 2 months ago

frimdo commented 3 years ago

Your Makefile and hw.sh are dependent on bash. Some distros don't use bash, but for example busybox. In that case, your project is not buildable. This dependency is simply solved by this pull request.