summaryrefslogtreecommitdiff
path: root/dist/s_longlines
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-03-11 12:03:44 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-03-11 12:03:44 +1100
commit76269754ec9e85a9912bc929bd2acf53821f7fc0 (patch)
tree2377e6ff79433580ef5958d50acb4fafc1688243 /dist/s_longlines
parent17b69f3c977951640fff50aa805beb32d782102f (diff)
downloadmongo-76269754ec9e85a9912bc929bd2acf53821f7fc0.tar.gz
Change "key/data" to "key/value" in bt.
Diffstat (limited to 'dist/s_longlines')
-rw-r--r--dist/s_longlines3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/s_longlines b/dist/s_longlines
index b8a8f6a1caf..f6de62bac35 100644
--- a/dist/s_longlines
+++ b/dist/s_longlines
@@ -7,7 +7,8 @@ trap 'rm -f $t; exit 0' 0 1 2 3 13 15
l=`(sed -e '/^[a-z]/! d' -e 's,^,../,' filelist ;
ls ../src/include/*.[hi] ../src/include/*.in ../test/bt/*.[ch]) |
egrep -v 'src/api/(api|pack)\.c$' |
- egrep -v 'include/api\.h|.*/api_int\.c$|support/stat\.c$'`
+ egrep -v 'include/api\.h|.*/api_int\.c$|support/stat\.c$' |
+ egrep -v 'bt/config\.h$'`
for f in $l ; do
expand -t8 < $f | awk -- \