From: John Koleszar Date: Thu, 12 Apr 2012 18:19:00 +0000 (-0700) Subject: FTFY: fix syntax error X-Git-Tag: v1.1.0~29^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46da1cae0514dd70403e92b32a445d614cf61886;p=libvpx FTFY: fix syntax error Change-Id: I1952608479954c07f3556f96ea3de9118216bf27 --- diff --git a/tools/ftfy.sh b/tools/ftfy.sh index 1f41fe76b..07be5b7a8 100755 --- a/tools/ftfy.sh +++ b/tools/ftfy.sh @@ -113,7 +113,7 @@ cd "$(git rev-parse --show-toplevel)" git show > "${ORIG_DIFF}" # Apply the style guide on new and modified files and collect its diff -for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM +for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM \ | grep '\.[ch]$'); do case "$f" in third_party/*) continue;;