mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add execute permission.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user