projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a974522
)
Replace double // with /. THis confuses mkid.
author
Bruce Momjian
Sat, 5 Oct 1996 20:29:57 +0000
(20:29 +0000)
committer
Bruce Momjian
Sat, 5 Oct 1996 20:29:57 +0000
(20:29 +0000)
src/MAKE_ID
patch
|
blob
|
blame
|
history
diff --git
a/src/MAKE_ID
b/src/MAKE_ID
index a667bc235737f43f92da099c3fb6428a39b445a2..01ed0f079b2dee9bb25f55f65666a898a97e8bef 100644
(file)
--- a/
src/MAKE_ID
+++ b/
src/MAKE_ID
@@
-1,5
+1,5
@@
#!/bin/sh
-find `pwd`/ -type f -name '*.[chyl]' -print|mkid -S.gen=C -
+find `pwd`/ -type f -name '*.[chyl]' -print|
sed 's;//;/;g' |
mkid -S.gen=C -
find . -type d -print |while read DIR
do