summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorBruce Momjian2000-07-02 22:01:27 +0000
committerBruce Momjian2000-07-02 22:01:27 +0000
commit80c646958a14ed343a686566cb77bd92961cf589 (patch)
tree1735aa969f6da1c788fac0d733de42b0efb77b03 /src/tools
parent6fb9d2e347b14445b85d6c97f7d16527d41ccce6 (diff)
Attached is a new patch which addresses this problem. (oids in
regression tests). Chris Bitmead
Diffstat (limited to 'src/tools')
-rwxr-xr-xsrc/tools/make_mkid2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/make_mkid b/src/tools/make_mkid
index 42e2498928..6827e5710c 100755
--- a/src/tools/make_mkid
+++ b/src/tools/make_mkid
@@ -1,6 +1,6 @@
#!/bin/sh
find `pwd`/ \( -name _deadcode -a -prune \) -o \
- -type f -name '*.[chyl]' -print|sed 's;//;/;g' | mkid
+ -type f -name '*.[chyl]' -print|sed 's;//;/;g' | mkid -
find . -name 'CVS' -prune -o -type d -print |while read DIR
do