Skip to content

Commit 37b1654

Browse files
author
Mopsalarm
committed
fix: use /usr/bin/env bash as shebang.
1 parent 9e45db0 commit 37b1654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -eu -o pipefail
44

0 commit comments

Comments
 (0)