Skip to content

Commit

Permalink
- attempt to fix the git sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jul 9, 2015
1 parent e68c990 commit c302d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -668,7 +668,7 @@ git-sanity-check: git-clean
find -name "*.mat" >> invalid-files.log
find -name "*.csv" >> invalid-files.log
(find -type f -executable -exec file -i '{}' ";" | grep -s charset=binary >> invalid-files.log) || true
sort invalid-files.log > invalid-files.sorted
sort invalid-files.log | grep -v runtest.db > invalid-files.sorted
sort .gitvalidfiles > .gitvalidfiles.sorted
comm --check-order -23 invalid-files.sorted .gitvalidfiles.sorted > invalid-files.log
cat invalid-files.log
Expand Down

0 comments on commit c302d97

Please sign in to comment.