From e4bb360748d716042e2cb0528f80930ec6f890c2 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Thu, 12 Nov 2015 23:18:04 -0800 Subject: file modes: Set files to be non-executable I was going to start doing some autoconf work, and noticed that configure.in was executable. Then I noticed Makefile.in was executable. o.O So, I ran ```find . -type f -executable``` and found a bunch of files that shouldn't be set executable. This commit makes them normal files again. Signed-off-by: Bryan Hundven --- kconfig/Makefile | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 kconfig/Makefile (limited to 'kconfig') diff --git a/kconfig/Makefile b/kconfig/Makefile old mode 100755 new mode 100644 -- cgit v1.2.3