Skip to content

Commit f1e40ab

Browse files
committed
tests: Add missing portable Bash shebang line to script mcdc.sh
Symptom was: > ./mcdc.sh: 61: [[: not found > ./mcdc.sh: 70: Syntax error: "(" unexpected (expecting "then")
1 parent c0c1ece commit f1e40ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lcov/mcdc/mcdc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#! /usr/bin/env bash
12
CLEAN_ONLY=0
23
COVER=
34

0 commit comments

Comments
 (0)