summaryrefslogtreecommitdiff
path: root/dist/s_longlines
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-09-20 11:38:00 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-09-20 11:38:00 +1000
commitf8251749be64b4cebc4cef3c7b73c025fe9c8c54 (patch)
treeae345e5bba025647f6288e3c3c273be1221a2fab /dist/s_longlines
parent9a4dd135ac8c1c2aafa622731ff72eeeef418caa (diff)
downloadmongo-f8251749be64b4cebc4cef3c7b73c025fe9c8c54.tar.gz
Check for long lines in example code.
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 4d50b1f3809..a47ebb904d6 100644
--- a/dist/s_longlines
+++ b/dist/s_longlines
@@ -5,7 +5,8 @@ t=__wt.$$
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] \
+ ls ../examples/c/*.c \
+ ../src/include/*.[hi] \
../src/include/*.in \
../test/format/*.[ch] \
../test/thread/*.[ch] \