Skip to content

Commit 8bb52ee

Browse files
symphorienautozimu
authored andcommitted
fix shebang of tests
bash is not in /bin on BSD and NixOS, for example
1 parent 18434f2 commit 8bb52ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -o xtrace
44

0 commit comments

Comments
 (0)