From: Bruce Momjian Date: Tue, 8 Oct 1996 03:53:10 +0000 (+0000) Subject: Add execute permission. X-Git-Tag: REL2_0~478 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fb8eaa59291e79b84fcd9d823b82a117bc40881;p=postgresql Add execute permission. --- diff --git a/src/MAKE_CTAGS b/src/MAKE_CTAGS index ef99564694..816ba70c7b 100644 --- a/src/MAKE_CTAGS +++ b/src/MAKE_CTAGS @@ -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