diff options
| author | Paul Buetow <paul@buetow.org> | 2009-01-17 14:29:28 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-01-17 14:29:28 +0000 |
| commit | ff0c70b54edbbe3436583d6491d4a56d96302de5 (patch) | |
| tree | 2b63fc15e30d953e043018fc0c0aa2be54af94f1 /scripts | |
| parent | b5e0d976418e3373b3d518a1ca01fc542a2fe602 (diff) | |
added initial multiple langua support.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/checklinelengths.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checklinelengths.sh b/scripts/checklinelengths.sh index cf98cd8..950dddd 100755 --- a/scripts/checklinelengths.sh +++ b/scripts/checklinelengths.sh @@ -18,7 +18,7 @@ MAXLEN=80 -for i in `find ./sources -name \*.java | grep -v VSDefaultPrefs.java` +for i in `find ./sources -name \*.java | grep -v VSDefaultPrefs` do awk -v MAXLEN=$MAXLEN -v file=$i '{ if (length > MAXLEN) |
