Skip to content

Commit

Permalink
[fix] bash syntaxe error
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jan 31, 2016
1 parent 345c32b commit 003c975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ result=$(make html 2>&1)

echo $result

if [ "$(echo $result | grep 'Exception in')"]
if [ "$(echo $result | grep 'Exception in')" ]
then
exit 1
fi

0 comments on commit 003c975

Please sign in to comment.