🐛 Use full path to `bash` in shebang
This commit is contained in:
parent
57e7d53102
commit
c879b84594
|
@ -1,4 +1,5 @@
|
||||||
#! /usr/bin/env bash
|
#! /bin/bash
|
||||||
|
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue