Skip to content
Snippets Groups Projects
Commit f29e0201 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Replace double // with /. THis confuses mkid.

parent a974522f
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment