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:
Tobin C. Harding 2024-01-31 11:19:49 +11:00
parent 422d30117c
commit 242aa676b3
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

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