Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4874)

Unified Diff: chrome/common/extensions/docs/build/build.sh

Issue 7764001: Update pointer to python "executable" for cygwin extension docs updater script. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/build/build.sh
===================================================================
--- chrome/common/extensions/docs/build/build.sh (revision 98455)
+++ chrome/common/extensions/docs/build/build.sh (working copy)
@@ -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 @@
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698