Skip to content

Commit 837e9f8

Browse files
authored
Do not require bash
The script is compatible with any POSIX shell, so do not require bash
1 parent fa4baf0 commit 837e9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regression/runtests.sh

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

33
AVRA_BIN="../../src/avra"
44

0 commit comments

Comments
 (0)