0

Support updating perf_expectations.json on Windows

Use #!/usr/bin/env python to locate python, rather than #!/usr/bin/python, for updating on expectations on Cygwin/msysgit

R=cmp@chromium.org
BUG=none
TEST=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105685 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
rsleevi@chromium.org
2011-10-15 21:41:45 +00:00
parent 3d85966383
commit 034837b1ac
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/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.

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/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