diff options
| author | Bruce Momjian | 2000-07-02 22:01:27 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-07-02 22:01:27 +0000 |
| commit | 80c646958a14ed343a686566cb77bd92961cf589 (patch) | |
| tree | 1735aa969f6da1c788fac0d733de42b0efb77b03 /src/tools | |
| parent | 6fb9d2e347b14445b85d6c97f7d16527d41ccce6 (diff) | |
Attached is a new patch which addresses this problem. (oids in
regression tests).
Chris Bitmead
Diffstat (limited to 'src/tools')
| -rwxr-xr-x | src/tools/make_mkid | 2 |
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 |
