Skip to content

Commit 87f6292

Browse files
committed
run-tests.sh: fix shebang and make executable
1 parent a32e0a3 commit 87f6292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-tests.sh

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

33
# Parse arguments
44
usage() {

0 commit comments

Comments
 (0)