Commit bee01957 authored by pkasting@chromium.org's avatar pkasting@chromium.org

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
parent f6f9c1d3
#!/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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment