use most compatible bash shebang

This commit is contained in:
Anton-4 2022-08-12 11:45:02 +02:00
parent 07eed2c4a6
commit 720f02372c
No known key found for this signature in database
GPG key ID: A13F4A6E21141925
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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