Skip to content

Commit f9d5c87

Browse files
Merge pull request #505 from grokspawn/script-xplat-update
update verification script to work across non-standard bash location
2 parents 822684e + 767ecb4 commit f9d5c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verify_commits.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 -o errexit
44
set -o pipefail

0 commit comments

Comments
 (0)