فهرست منبع

Merge pull request #1507 from FearlessTobi/port-4327

Port citra-emu/citra#4327: "travis: Ignore binary files when checking for trailing whitespace"
bunnei 7 سال پیش
والد
کامیت
d6e390bc5c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .travis/clang-format/script.sh

+ 1 - 1
.travis/clang-format/script.sh

@@ -1,6 +1,6 @@
 #!/bin/bash -ex
 #!/bin/bash -ex
 
 
-if grep -nr '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .travis* dist/*.desktop \
+if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .travis* dist/*.desktop \
                  dist/*.svg dist/*.xml; then
                  dist/*.svg dist/*.xml; then
     echo Trailing whitespace found, aborting
     echo Trailing whitespace found, aborting
     exit 1
     exit 1