silent chmod;
authorwenzelm
Thu, 05 Mar 2009 18:19:20 +0100
changeset 30287 39b931e00ba9
parent 30286 cf89a03ee308
child 30288 a32700e45ab3
silent chmod;
Admin/makedist
--- a/Admin/makedist	Thu Mar 05 17:35:37 2009 +0100
+++ b/Admin/makedist	Thu Mar 05 18:19:20 2009 +0100
@@ -144,7 +144,7 @@
 echo "###"
 
 find . -name .cvsignore -print | xargs rm -rf
-find . "(" -name \*.thy -o -name \*.ML ")" -perm +111 -print | xargs chmod -x
+find . "(" -name \*.thy -o -name \*.ML ")" -perm +111 -print | xargs chmod -f -x
 find . -print | xargs chmod u+rw
 
 ./Admin/build all || fail "Failed to build distribution"