Skip to content

Commit 2fbfcd3

Browse files
author
Dane Springmeyer
committedJan 15, 2015
fix bash syntax
1 parent 11e6528 commit 2fbfcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ echo 'testing build with gyp'
4444
make gyp
4545

4646
# run coverage when using clang++
47-
if [[ $CXX == "clang++" ]];
47+
if [[ $CXX == "clang++" ]]; then
4848
make clean
4949
make coverage
5050
git status

0 commit comments

Comments
 (0)
Please sign in to comment.