Move all glue scripts to bash:

By using `/usr/bin/env sh` I needed to ignore some
shell checks. By moving to bash, those shell checks can
be re-enabled.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
This commit is contained in:
Jacob Weinstock
2021-08-19 11:03:31 -06:00
parent 0ff1d633cd
commit b3726acedf
5 changed files with 34 additions and 12 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env sh
# shellcheck disable=SC2039
#!/usr/bin/env bash
set -xo pipefail