mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Replace double // with /. THis confuses mkid.
This commit is contained in:
parent
a974522f5f
commit
f29e02017a
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/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
|
find . -type d -print |while read DIR
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user