From f29e02017acc1b2afcbfa1cb3c9038f3e02f2391 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sat, 5 Oct 1996 20:29:57 +0000
Subject: [PATCH] Replace double // with /.  THis confuses mkid.

---
 src/MAKE_ID | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/MAKE_ID b/src/MAKE_ID
index a667bc23573..01ed0f079b2 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
-- 
GitLab