diff options
Diffstat (limited to 'scripts/count_source.sh')
| -rw-r--r-- | scripts/count_source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/count_source.sh b/scripts/count_source.sh index 17335cd3..0f4a6a64 100644 --- a/scripts/count_source.sh +++ b/scripts/count_source.sh @@ -1 +1 @@ -svn blame `svn -R ls | grep ^src | grep -v external | grep -v /$` | python scripts/process_blame.py +svn blame `svn -R ls | grep ^src | grep -v external | grep -v /$ | grep -v \.txt` | python scripts/process_blame.py |