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

Commit 5fb8eaa

Browse files
committed
Add execute permission.
1 parent d6dfbec commit 5fb8eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MAKE_CTAGS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ sort tags >/tmp/$$ && mv /tmp/$$ tags
77
find . -type d -print |while read DIR
88
do
99
[ "$DIR" != "." ] && ln -f -s `pwd`/tags $DIR/tags
10-
done
10+
done

0 commit comments

Comments
 (0)