diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-08-04 22:04:19 +1000 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-08-04 22:04:19 +1000 |
commit | af4b02042da98603e920389c6b119bdf0f817a6e (patch) | |
tree | 1998f965720ad16a4e8277e68ab909f9fe54093c /dist/s_longlines | |
parent | 6f7fbb1bb93e3ace87116bcd2eb1e91053bcec18 (diff) | |
download | mongo-af4b02042da98603e920389c6b119bdf0f817a6e.tar.gz |
Fix a buglet in s_longlines, rewrap some long lines.
Diffstat (limited to 'dist/s_longlines')
-rw-r--r-- | dist/s_longlines | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/s_longlines b/dist/s_longlines index 16e3231887c..4d50b1f3809 100644 --- a/dist/s_longlines +++ b/dist/s_longlines @@ -9,9 +9,8 @@ l=`(sed -e '/^[a-z]/! d' -e 's,^,../,' filelist ; ../src/include/*.in \ ../test/format/*.[ch] \ ../test/thread/*.[ch] \ - ../test/salvage/*.[ch])` | - egrep -v 'src/api/(api|pack)\.c$' | - egrep -v 'support/stat\.c$' + ../test/salvage/*.[ch]) | + egrep -v 'support/stat\.c$'` for f in $l ; do expand -t8 < $f | awk -- \ |