Missing return value in git-pre-commit-cppcheck (#1382)

This commit is contained in:
LE GARREC Vincent 2018-09-21 04:56:53 +02:00 committed by Daniel Marjamäki
parent 1e347f6cde
commit 2675793e31
1 changed files with 2 additions and 0 deletions

View File

@ -44,3 +44,5 @@ if [ -n "$changed_files" ]; then
cppcheck --error-exitcode=1 $changed_files
exit $?
fi
exit 0