]> granicus.if.org Git - postgresql/commitdiff
Replace double // with /. THis confuses mkid.
authorBruce Momjian <bruce@momjian.us>
Sat, 5 Oct 1996 20:29:57 +0000 (20:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 5 Oct 1996 20:29:57 +0000 (20:29 +0000)
src/MAKE_ID

index a667bc235737f43f92da099c3fb6428a39b445a2..01ed0f079b2dee9bb25f55f65666a898a97e8bef 100644 (file)
@@ -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