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

Unified Diff: gcl.bat

Issue 8060026: Enable PYTHONDONTWRITEBYTECODE=1 as much as possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 3 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 | « gcl ('k') | gclient » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcl.bat
diff --git a/gcl.bat b/gcl.bat
index 05c1735e4e30072abd68615dd6d53e2b196649b5..786ceea061beb473cdac9963515ae6d602372b98 100755
--- a/gcl.bat
+++ b/gcl.bat
@@ -2,4 +2,5 @@
setlocal
:: This is required with cygwin only.
PATH=%~dp0;%PATH%
+set PYTHONDONTWRITEBYTECODE=1
call python "%~dp0gcl.py" %*
« no previous file with comments | « gcl ('k') | gclient » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698