Add execute permission.

REL2_0B
Bruce Momjian 29 years ago
parent d6dfbecb07
commit 5fb8eaa592
  1. 2
      src/MAKE_CTAGS

@ -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…
Cancel
Save