| Index: chrome/installer/mac/dirpatcher.sh
|
| diff --git a/chrome/installer/mac/dirpatcher.sh b/chrome/installer/mac/dirpatcher.sh
|
| index 223e82c68636eea14ee142a5ea073aa78a60dc98..e313cbd1283cf95efb61188e4360c8f5ce21662a 100755
|
| --- a/chrome/installer/mac/dirpatcher.sh
|
| +++ b/chrome/installer/mac/dirpatcher.sh
|
| @@ -1,6 +1,6 @@
|
| #!/bin/bash -p
|
|
|
| -# Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2011 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.
|
|
|
| @@ -283,7 +283,7 @@ patch_dir() {
|
|
|
| # shell_safe_path ensures that |path| is safe to pass to tools as a
|
| # command-line argument. If the first character in |path| is "-", "./" is
|
| -# prepended to it. The possibily-modified |path| is output.
|
| +# prepended to it. The possibly-modified |path| is output.
|
| shell_safe_path() {
|
| local path="${1}"
|
| if [[ "${path:0:1}" = "-" ]]; then
|
|
|