🐛 Use full path to `bash` in shebang

This commit is contained in:
Sviatoslav Sydorenko 2022-12-07 00:02:01 +01:00
parent 57e7d53102
commit c879b84594
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
1 changed files with 2 additions and 1 deletions

View File

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