Add execute permission.

This commit is contained in:
Bruce Momjian 1996-10-08 03:53:10 +00:00
parent d6dfbecb07
commit 5fb8eaa592
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ sort tags >/tmp/$$ && mv /tmp/$$ tags
find . -type d -print |while read DIR
do
[ "$DIR" != "." ] && ln -f -s `pwd`/tags $DIR/tags
done
done