Commit f29e0201 authored by Bruce Momjian's avatar Bruce Momjian

Replace double // with /. THis confuses mkid.

parent a974522f
#!/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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment