diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-21 17:23:13 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-21 17:23:13 +0000 |
commit | 374866bb1c8e960ab17e0cc1b5e84048cf0b3e86 (patch) | |
tree | ee39bb0b9a002312f75bddb422b423b1786da732 /chrome/tools | |
parent | 345aac62e63801a0ebe956960e379f570def2903 (diff) | |
download | chromium_src-374866bb1c8e960ab17e0cc1b5e84048cf0b3e86.zip chromium_src-374866bb1c8e960ab17e0cc1b5e84048cf0b3e86.tar.gz chromium_src-374866bb1c8e960ab17e0cc1b5e84048cf0b3e86.tar.bz2 |
Don't hard-code python path.
Recently upgraded Macs have Python 2.7 in /usr/local/bin and the
hard-coded path is breaking the compile step.
R=maruel@chromium.org, mark@chromium.org
BUG=304948
Review URL: https://codereview.chromium.org/32843003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rwxr-xr-x | chrome/tools/build/mac/generate_localizer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/mac/generate_localizer b/chrome/tools/build/mac/generate_localizer index 9c00927..cadec8a 100755 --- a/chrome/tools/build/mac/generate_localizer +++ b/chrome/tools/build/mac/generate_localizer @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright (c) 2009 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be |