From: Bruce Momjian Date: Sat, 5 Oct 1996 20:29:57 +0000 (+0000) Subject: Replace double // with /. THis confuses mkid. X-Git-Tag: REL2_0~498 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f29e02017acc1b2afcbfa1cb3c9038f3e02f2391;p=postgresql Replace double // with /. THis confuses mkid. --- diff --git a/src/MAKE_ID b/src/MAKE_ID index a667bc2357..01ed0f079b 100644 --- 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