diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 19:58:55 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 19:58:55 +0000 |
commit | bee01957f850d5515efba6f70f62f74e870f6b4e (patch) | |
tree | f4a1f9a55726723700c21519063d80e183c48b99 | |
parent | f6f9c1d3a5d15c8e1e20ebc12677ce426a65eb54 (diff) | |
download | chromium_src-bee01957f850d5515efba6f70f62f74e870f6b4e.zip chromium_src-bee01957f850d5515efba6f70f62f74e870f6b4e.tar.gz chromium_src-bee01957f850d5515efba6f70f62f74e870f6b4e.tar.bz2 |
Update pointer to python "executable" for cygwin extension docs updater script.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7764001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98468 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | chrome/common/extensions/docs/build/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/build/build.sh b/chrome/common/extensions/docs/build/build.sh index eec460e..1624d1e 100755 --- a/chrome/common/extensions/docs/build/build.sh +++ b/chrome/common/extensions/docs/build/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# 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. @@ -19,7 +19,7 @@ if [ "$(uname | cut -b1-6)" == "CYGWIN" ] ; then depot_tools_error fi DEPOT_TOOLS=$(dirname "$GCLIENT_PATH") - PYTHON_PATH="$DEPOT_TOOLS/python" + PYTHON_PATH="$DEPOT_TOOLS/python.bat" if ! [ -f "$PYTHON_PATH" ] ; then depot_tools_error fi |