Use env bash instead of /bin/bash
As we do in all the other shell scripts use `env` to call `bash`.
This commit is contained in:
parent
422d30117c
commit
242aa676b3
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue