We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a974522 commit f29e020Copy full SHA for f29e020
src/MAKE_ID
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-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 -
3
4
find . -type d -print |while read DIR
5
do
0 commit comments