JuliaCI / julia-buildbot

Buildbot configuration for build.julialang.org
MIT License
18 stars 14 forks source link

Run build steps with /bin/sh instead of /bin/bash #81

Closed ararslan closed 6 years ago

ararslan commented 6 years ago

Using /bin/bash is problematic for systems such as FreeBSD, which do not have Bash preinstalled, and on which installing Bash does not create /bin/bash. There does not appear to be anything Bash-specific that we're using, so using regular POSIX sh should be just fine.