[Config] Use #!/usr/bin/env bash for scritps, fixes #2226, thanks to @cptMikky

master
andryyy 2019-01-27 19:40:11 +01:00
parent c3d67805a1
commit 2507a8fd31
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -o pipefail set -o pipefail

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
#exit on error and pipefail #exit on error and pipefail
set -o pipefail set -o pipefail