From: Sam Hartman Date: Wed, 24 Aug 2005 16:10:17 +0000 (+0000) Subject: Make configuration scripts executable X-Git-Tag: ms-bug-test-20060525~162 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2eb79ad30829beb64365efe992dd50f51aad9d43;p=krb5.git Make configuration scripts executable Mark the shell scripts under config and util as executable. Tom, this probably wants to be pulled up to the 1.3 branch as well. ticket: new Tags: pullup Target_Version: 1.4.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17352 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/config.guess b/src/config/config.guess old mode 100644 new mode 100755 diff --git a/src/config/config.sub b/src/config/config.sub old mode 100644 new mode 100755 diff --git a/src/config/install-sh b/src/config/install-sh old mode 100644 new mode 100755 diff --git a/src/util/reconf b/src/util/reconf old mode 100644 new mode 100755