| Index: tools/dartium/download_multivm.py
|
| diff --git a/tools/dartium/download_multivm.py b/tools/dartium/download_multivm.py
|
| index 0a31bceedd8ed4337db4a67ba9b7730e716c8816..a97c84f4c66c83e5ba5f953c070cfaa8192f7118 100755
|
| --- a/tools/dartium/download_multivm.py
|
| +++ b/tools/dartium/download_multivm.py
|
| @@ -23,6 +23,8 @@ SRC_DIR = os.path.dirname(os.path.dirname(TOOLS_DIR))
|
| GS_BUCKET = 'gs://dartium-archive'
|
| if platform.system() == 'Windows':
|
| GSUTIL = 'e:\\b\\build\\scripts\\slave\\gsutil.bat'
|
| + if not os.path.exists(GSUTIL):
|
| + GSUTIL = 'c:\\b\\build\\scripts\\slave\\gsutil.bat'
|
| else:
|
| GSUTIL = '/b/build/scripts/slave/gsutil'
|
| if not os.path.exists(GSUTIL):
|
|
|