Skip to content

Commit fb91a83

Browse files
committed
Back out make_mkid change.
1 parent 00750f3 commit fb91a83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/tools/make_mkid

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
:
1+
#!/bin/sh
22

33
mkid `find \`pwd\`/ \( -name _deadcode -a -prune \) -o \
44
-type f -name '*.[chyl]' -print|sed 's;//;/;g'`
55

6-
find . \( -name 'CVS' -prune -o -name '_xlk' -prune \) -o -type d -print |
7-
while read DIR
6+
find . -name 'CVS' -prune -o -type d -print |while read DIR
87
do
98
[ "$DIR" != "." ] && ln -f -s `echo "$DIR" | sed 's;/[^/]*;/..;g'`/ID $DIR/ID
109
done

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy