Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into JosephEarl-master
  • Loading branch information
cyrilpicat committed Jan 9, 2015
2 parents 4ed9baa + 8007503 commit be952f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/shell/run-sonar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ if [ "$oclint" = "on" ]; then
includedCommandLineFlags=""
echo "$srcDirs" | sed -n 1'p' | tr ',' '\n' > tmpFileRunSonarSh
while read word; do
includedCommandLineFlags+=" --include .*/${currentDirectory}/${word}.*"
includedCommandLineFlags+=" --include '.*/${currentDirectory}/${word}.*'"
done < tmpFileRunSonarSh
rm -rf tmpFileRunSonarSh
if [ "$vflag" = "on" ]; then
Expand Down

0 comments on commit be952f1

Please sign in to comment.