ocaml-obuild / obuild

simple package build system for ocaml
BSD 2-Clause "Simplified" License
55 stars 20 forks source link

obuild needs bash, but its not specified as a dep anywhere #184

Open Uramekus opened 4 years ago

Uramekus commented 4 years ago

obuild bootstrap command requires bash while its not documented/specified anywhere

This is a problem in unix systems which dont have a bash command for either licensing reasons, aesthetical or technical reasons.

jeromemaloberti commented 4 years ago

Sorry, I don't know enough about the shell variations to check if bootstrap really need bash, or any kind of ksh variant. What do you suggest to fix this problem ? Improve the documentation ?