[Libreoffice] [PATCH] removing the executable mode from some source files

Tor Lillqvist tlillqvist at novell.com
Wed Mar 23 08:25:14 PDT 2011


> OK. I will pass something like this (with more extensions) on all source 
> tree and will send patches after this:
> 
>  find -name "*.cxx" -o -name "*.hxx" -o -name "*.mk" -exec chmod -x '{}' \;

Thanks, but it is simpler to just send the script, once you have a good set of file extensions to handle. We can still commit the resulting change giving you credit.

(Also, much faster to use -print0 | xargs -0 chmod -x.)

--tml




More information about the LibreOffice mailing list