fix: use proper shebang line

This is the most portable shebang line and should always be used.
This commit is contained in:
Arcitec
2023-05-09 15:34:59 +02:00
committed by Eino Rauhala
parent 44660085eb
commit f24c4072fd
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -ouex pipefail