# HG changeset patch # User wenzelm # Date 1236273560 -3600 # Node ID 39b931e00ba996c8737603d8562e979a4cce4e3c # Parent cf89a03ee30870eead153f9ec15a2c31249faf60 silent chmod; diff -r cf89a03ee308 -r 39b931e00ba9 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"