Skip to content

Commit 0d02944

Browse files
committed
Use bash so that prepare-coverage-reports.sh runs on linux
1 parent f0f3aa5 commit 0d02944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Scripts/prepare-coverage-reports.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/zsh -l
1+
#!/bin/bash -l
22
set -e
33

44
function exportlcov() {

0 commit comments

Comments
 (0)