Correct script

This commit is contained in:
Alexander Mai 2017-05-03 21:09:20 +02:00
parent f54a6f085b
commit 9d54ffd521
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
if [[ "$(./cppcheck --showtime=top5 cli/cmdlineparser.h --quiet | wc -l)" != 7 ]] ; then
if [[ "$(./cppcheck --showtime=top5 cli/cmdlineparser.h --language=c++ --quiet | wc -l)" != 7 ]] ; then
false
fi