mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Replace double // with /. THis confuses mkid.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user