Skip to content

Commit 64f8254

Browse files
authored
Merge pull request #10318 from 9999years/validate-use-bash
`validate.sh`: Use Bash explicitly
2 parents 437bf5a + 9fcc539 commit 64f8254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate.sh

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

44
# default config

0 commit comments

Comments
 (0)