Replace double // with /. THis confuses mkid.

REL2_0B
Bruce Momjian 29 years ago
parent a974522f5f
commit f29e02017a
  1. 2
      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

Loading…
Cancel
Save