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 00750f3 commit fb91a83Copy full SHA for fb91a83
src/tools/make_mkid
@@ -1,10 +1,9 @@
1
-:
+#!/bin/sh
2
3
mkid `find \`pwd\`/ \( -name _deadcode -a -prune \) -o \
4
-type f -name '*.[chyl]' -print|sed 's;//;/;g'`
5
6
-find . \( -name 'CVS' -prune -o -name '_xlk' -prune \) -o -type d -print |
7
-while read DIR
+find . -name 'CVS' -prune -o -type d -print |while read DIR
8
do
9
[ "$DIR" != "." ] && ln -f -s `echo "$DIR" | sed 's;/[^/]*;/..;g'`/ID $DIR/ID
10
done
0 commit comments