mirror of https://github.com/postgres/postgres
Add execute permission.
This commit is contained in:
parent
d6dfbecb07
commit
5fb8eaa592
|
@ -7,4 +7,4 @@ sort tags >/tmp/$$ && mv /tmp/$$ tags
|
||||||
find . -type d -print |while read DIR
|
find . -type d -print |while read DIR
|
||||||
do
|
do
|
||||||
[ "$DIR" != "." ] && ln -f -s `pwd`/tags $DIR/tags
|
[ "$DIR" != "." ] && ln -f -s `pwd`/tags $DIR/tags
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue