diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-21 03:03:05 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-21 03:03:05 +0000 |
| commit | 6b9ff03e4c3d928fa79937971787a5a01ae6db14 (patch) | |
| tree | 626ba4bb7240ff2724763d13afc8eef5a190a997 /scripts/checklinelengths.sh | |
| parent | 8305c3467131fa71fea81b1b8ba886786fb76199 (diff) | |
renamed some stuff
Diffstat (limited to 'scripts/checklinelengths.sh')
| -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..7cfcacf 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` do awk -v MAXLEN=$MAXLEN -v file=$i '{ if (length > MAXLEN) |
