Change shebang to use env for bash

This commit is contained in:
Lucas Morel
2025-09-25 20:06:11 +02:00
committed by GitHub
parent 4bfb7e5d0e
commit 83bcc68f8d

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
VERSION=1.0 VERSION=1.0