Skip to content

Commit

Permalink
Use /usr/bin/env python instead of /usr/bin/python2.6.
Browse files Browse the repository at this point in the history
Useful on machines that don't have 2.6 but do have 2.7.

BUG=none
TEST=none


Review URL: http://codereview.chromium.org/8825016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113334 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
thakis@chromium.org committed Dec 7, 2011
1 parent b7d0ec3 commit c2ed887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/tools/build/mac/tweak_info_plist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python2.6
#!/usr/bin/env python

# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
Expand Down
2 changes: 1 addition & 1 deletion tools/mac/symbolicate_crash.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2.6
#!/usr/bin/env python
# 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.
Expand Down

0 comments on commit c2ed887

Please sign in to comment.