Skip to content

Commit

Permalink
Fixing tyop in clang-tidy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Heller committed Nov 30, 2017
1 parent b9bde4b commit 1642e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/clang-tidy.sh
Expand Up @@ -91,6 +91,7 @@ for file in $FILES
do
which bc
if [[ $? == 0 ]]
then
percentage=$(echo "scale=2; ${i}/${NUM_FILES} * 100" | bc | cut -d '.' -f 1)
else
percentage="NA"
Expand Down

0 comments on commit 1642e77

Please sign in to comment.