On Tue, 1 Nov 2022 at 17:32, Abe Ratnofsky <a...@aber.io> wrote: > I took a look through our scripts, and Bash is used in a handful of > development tools. /bin/sh is used by everything under bin/ and tools/bin. > I wouldn’t want to change a user-facing dependency unless there’s a solid > reason, but I think it’s fine for CircleCI tooling to use Bash instead of > /bin/sh. >
Agree. user-facing scripts to remain sh, everything dev-facing can be bash.