Commit 5fb8eaa5 authored by Bruce Momjian's avatar Bruce Momjian

Add execute permission.

parent d6dfbecb
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment