mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Improve symlink handling for C tags file.
This commit is contained in:
@@ -5,5 +5,5 @@ mkid `find \`pwd\`/ \( -name _deadcode -a -prune \) -o \
|
||||
|
||||
find . -name 'CVS' -prune -o -type d -print |while read DIR
|
||||
do
|
||||
[ "$DIR" != "." ] && ln -f -s `pwd`/ID $DIR/ID
|
||||
[ "$DIR" != "." ] && ln -f -s `echo "$DIR" | sed 's;/[^/]*;/..;g'`/ID $DIR/ID
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user