Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f29e020

Browse files
committed
Replace double // with /. THis confuses mkid.
1 parent a974522 commit f29e020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MAKE_ID

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
find `pwd`/ -type f -name '*.[chyl]' -print|mkid -S.gen=C -
2+
find `pwd`/ -type f -name '*.[chyl]' -print|sed 's;//;/;g' | mkid -S.gen=C -
33

44
find . -type d -print |while read DIR
55
do

0 commit comments

Comments
 (0)