summaryrefslogtreecommitdiffstats
path: root/set_mod_bits.sh
diff options
context:
space:
mode:
authorBert Lange <b.lange@fzd.de>2011-08-18 15:28:16 +0200
committerBert Lange <b.lange@fzd.de>2011-08-18 15:28:16 +0200
commit44ff63ca13e437714003b1a6e1694288afc651e1 (patch)
treec70e54679d2414efaf5e9f2b50782ab190c29fe5 /set_mod_bits.sh
parentdda9a6f908927aaccc1521c17987822427384b39 (diff)
downloadzpu-44ff63ca13e437714003b1a6e1694288afc651e1.zip
zpu-44ff63ca13e437714003b1a6e1694288afc651e1.tar.gz
update: stuff
Diffstat (limited to 'set_mod_bits.sh')
-rw-r--r--set_mod_bits.sh51
1 files changed, 26 insertions, 25 deletions
diff --git a/set_mod_bits.sh b/set_mod_bits.sh
index 2ebb5f9..0ad86b0 100644
--- a/set_mod_bits.sh
+++ b/set_mod_bits.sh
@@ -1,35 +1,36 @@
#!/bin/sh
-find -iname *.vhd -type f -executable -print0 | xargs -0 chmod -x
-
-find -iname *.txt -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.pdf -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.png -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.vym -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.dot -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.odt -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.odg -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.doc -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.xls -type f -executable -print0 | xargs -0 chmod -x
-
-find -iname *.ucf -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.bmm -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.cmd -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.xise -type f -executable -print0 | xargs -0 chmod -x
-
-find -iname *.log -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.vhd" -type f -executable -print0 | xargs -0 chmod -x
+
+find -iname "*.txt" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.pdf" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.png" -type f -executable -print0 | xargs -0 chmod -x
+
+find -iname "*.vym" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.dot" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.odt" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.odg" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.doc" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.xls" -type f -executable -print0 | xargs -0 chmod -x
+
+find -iname "*.ucf" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.bmm" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.cmd" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.xise" -type f -executable -print0 | xargs -0 chmod -x
+
+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 *.h -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 "*.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
+find -iname Makefile -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.do" -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.tar.gz -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.tar.gz" -type f -executable -print0 | xargs -0 chmod -x
# fix group
OpenPOWER on IntegriCloud