guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

Update cmd.rs execution context from "sh" to "bash" #108

Closed zachsa closed 2 years ago

zachsa commented 2 years ago

Commands in a linux environment were being executed via sh, rather than via bash. I found this because I was trying to source env.sh, which only works in the context of bash