Skip to content
Snippets Groups Projects
Commit 5fb8eaa5 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add execute permission.

parent d6dfbecb
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment