Use #!/usr/bin/env bash, not #!/bin/bash

This commit is contained in:
Rangi
2026-07-10 23:12:49 -04:00
committed by Rangi
parent 24a896f60a
commit 226031c18b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail
tag=$1
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail
if [[ $# -ne 2 ]]; then