summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 13:10:34 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 13:10:34 +0000
commit49c1f66ccda7f2758f8b22e8be9c52c0199d9753 (patch)
tree76bf3814f3fddaad934da2cfada580004746974e /chrome/tools
parentade86bed1b6d5d45d36f362d5b7fa9791d8e8dcc (diff)
downloadchromium_src-49c1f66ccda7f2758f8b22e8be9c52c0199d9753.zip
chromium_src-49c1f66ccda7f2758f8b22e8be9c52c0199d9753.tar.gz
chromium_src-49c1f66ccda7f2758f8b22e8be9c52c0199d9753.tar.bz2
chmod: the -R and -h options may not be specified together
Review URL: http://codereview.chromium.org/338036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30185 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rwxr-xr-xchrome/tools/build/mac/keystone_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/mac/keystone_install.sh b/chrome/tools/build/mac/keystone_install.sh
index 063f49d..97f15c9 100755
--- a/chrome/tools/build/mac/keystone_install.sh
+++ b/chrome/tools/build/mac/keystone_install.sh
@@ -288,7 +288,7 @@ done
# 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!