| Index: chrome/tools/build/mac/keystone_install.sh
|
| ===================================================================
|
| --- chrome/tools/build/mac/keystone_install.sh (revision 30152)
|
| +++ chrome/tools/build/mac/keystone_install.sh (working copy)
|
| @@ -288,7 +288,7 @@
|
| # this operation will not succeed. Tolerate that case, because it's better
|
| # than the alternative, which is to make the application world-writeable.
|
| if [ ${EUID} -ne 0 ] && [ "${DEST:0:14}" = "/Applications/" ] ; then
|
| - (chgrp -Rfh admin "${DEST}" && chmod -Rfh g+w "${DEST}") >& /dev/null
|
| + (chgrp -Rfh admin "${DEST}" && chmod -Rf g+w "${DEST}") >& /dev/null
|
| fi
|
|
|
| # Great success!
|
|
|