summaryrefslogtreecommitdiffstats
path: root/set_mod_bits.sh
diff options
context:
space:
mode:
authorBert Lange <b.lange@fzd.de>2011-05-03 08:39:32 +0200
committerBert Lange <b.lange@fzd.de>2011-05-03 08:39:32 +0200
commitb01071742fd8a0f14148ca2fa1293e7724dcecb6 (patch)
treeb94f459dfe2978e25d4fb9e0db5987ff63f6fa7a /set_mod_bits.sh
parent6aa08394033824e4c2c0cd2a13f5071171edeab0 (diff)
downloadzpu-b01071742fd8a0f14148ca2fa1293e7724dcecb6.zip
zpu-b01071742fd8a0f14148ca2fa1293e7724dcecb6.tar.gz
update: for some c stuff
Diffstat (limited to 'set_mod_bits.sh')
-rw-r--r--set_mod_bits.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/set_mod_bits.sh b/set_mod_bits.sh
index 410743c..1ee105a 100644
--- a/set_mod_bits.sh
+++ b/set_mod_bits.sh
@@ -18,6 +18,9 @@ find -iname modelsim.ini -type f -executable -print0 | xargs -0 chmod -x
find -iname *.c -type f -executable -print0 | xargs -0 chmod -x
find -iname *.h -type f -executable -print0 | xargs -0 chmod -x
+find -iname *.in -type f -executable -print0 | xargs -0 chmod -x
+find -iname *.help -type f -executable -print0 | xargs -0 chmod -x
+
find -iname Makefile -type f -executable -print0 | xargs -0 chmod -x
find -iname *.do -type f -executable -print0 | xargs -0 chmod -x
OpenPOWER on IntegriCloud