| Index: chrome/browser/mac/keystone_promote_postflight.sh
|
| diff --git a/chrome/browser/mac/keystone_promote_postflight.sh b/chrome/browser/mac/keystone_promote_postflight.sh
|
| index 6344cd3349e622e952f8e3ae003081a67147138a..9624004ec9b845b6be735a23a32f93620a0d4729 100755
|
| --- a/chrome/browser/mac/keystone_promote_postflight.sh
|
| +++ b/chrome/browser/mac/keystone_promote_postflight.sh
|
| @@ -1,6 +1,6 @@
|
| #!/bin/bash -p
|
|
|
| -# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -25,7 +25,7 @@ set -e
|
| export PATH="/usr/bin:/usr/sbin:/bin:/sbin"
|
|
|
| # Output the pid to stdout before doing anything else. See
|
| -# chrome/browser/mac/authorization_util.h.
|
| +# base/mac/authorization_util.h.
|
| echo "${$}"
|
|
|
| if [ ${#} -ne 1 ] ; then
|
|
|