Skip to content

Commit 9fcc539

Browse files
9999yearsMikolaj
authored andcommitted
validate.sh: Use Bash explicitly
We were already relying on Bash features like `echo -e`, so let's make it official.
1 parent 437bf5a commit 9fcc539

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)