summaryrefslogtreecommitdiff
path: root/docs/C - Misc. tutorials.txt
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-13 07:18:04 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-13 07:18:04 (GMT)
commite4bb360748d716042e2cb0528f80930ec6f890c2 (patch)
treee9904d3e1e2e395e087ae7f53ab603d3b07b2f34 /docs/C - Misc. tutorials.txt
parent57de8dcf22d5ddddee6a44f87f45f2c279fdb1ac (diff)
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 <bryanhundven@gmail.com>
Diffstat (limited to 'docs/C - Misc. tutorials.txt')
-rw-r--r--[-rwxr-xr-x]docs/C - Misc. tutorials.txt0
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt
index 34f485b..34f485b 100755..100644
--- a/docs/C - Misc. tutorials.txt
+++ b/docs/C - Misc. tutorials.txt