> 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


_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to