summaryrefslogtreecommitdiff
path: root/db/test/scr007
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-12-15 21:42:09 +0000
committerjbj <devnull@localhost>2003-12-15 21:42:09 +0000
commit8960e3895f7af91126465368dff8fbb36ab4e853 (patch)
tree3c515e39dde0e88edeb806ea87d08524ba25c761 /db/test/scr007
parent752cac72e220dcad4e6fce39508e714e59e3e0a1 (diff)
downloadlibrpm-tizen-8960e3895f7af91126465368dff8fbb36ab4e853.tar.gz
librpm-tizen-8960e3895f7af91126465368dff8fbb36ab4e853.tar.bz2
librpm-tizen-8960e3895f7af91126465368dff8fbb36ab4e853.zip
- upgrade to db-4.2.52.
CVS patchset: 6972 CVS date: 2003/12/15 21:42:09
Diffstat (limited to 'db/test/scr007')
-rw-r--r--db/test/scr007/chk.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/test/scr007/chk.proto b/db/test/scr007/chk.proto
index 043f7176e..0593506ad 100644
--- a/db/test/scr007/chk.proto
+++ b/db/test/scr007/chk.proto
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# Id: chk.proto,v 1.8 2002/03/27 04:32:59 bostic Exp
+# $Id: chk.proto,v 1.9 2003/02/27 19:18:39 bostic Exp $
#
# Check to make sure that prototypes are actually needed.
@@ -32,7 +32,7 @@ egrep '__P' $d/dbinc_auto/*.h |
find $d -name '*.in' -o -name '*.[ch]' -o -name '*.cpp' > $t2
for i in `cat $t1`; do
- c=$(egrep -low $i $(cat $t2) | wc -l)
+ c=$(egrep -Hlw $i $(cat $t2) | wc -l)
echo "$i: $c"
done | egrep ' 1$' > $t3