rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.
http://rdicosmo.github.io/parmap/
Other
94 stars 20 forks source link

Allow configure to work with non-bash shells #36

Closed RemiCardona closed 9 years ago

RemiCardona commented 9 years ago

Simpler shells (such as Debian's Dash) are increasingly used as /bin/sh. Those shells implement the POSIX shell specification and very little else. Therefore, Bash-specific extensions prevent configure from running correctly.

https://bugs.gentoo.org/553596

Signed-off-by: Rémi Cardona remi@gentoo.org

rdicosmo commented 9 years ago

Thanks for spotting and fixing this!