From 5fb8eaa59291e79b84fcd9d823b82a117bc40881 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 8 Oct 1996 03:53:10 +0000
Subject: [PATCH] Add execute permission.

---
 src/MAKE_CTAGS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/MAKE_CTAGS b/src/MAKE_CTAGS
index ef99564694c..816ba70c7b5 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 
-- 
GitLab