summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--set_mod_bits.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/set_mod_bits.sh b/set_mod_bits.sh
index fa0b9c8..7f0af4b 100644
--- a/set_mod_bits.sh
+++ b/set_mod_bits.sh
@@ -24,6 +24,7 @@ find -iname "*.log" -type f -executable -print0 | xargs -0 chmod -x
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 "*.cpp" -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
@@ -39,6 +40,10 @@ find -iname "*.php" -type f -executable -print0 | xargs -0 chmod -x
find -iname "*.js" -type f -executable -print0 | xargs -0 chmod -x
find -iname "*.css" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.sch" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.brd" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.lbr" -type f -executable -print0 | xargs -0 chmod -x
+
# fix group
find -not -group None -print0 | xargs -0 chown :None
OpenPOWER on IntegriCloud