|
@@ -2,6 +2,11 @@
|
|
:: Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
:: Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
:: Use of this source code is governed by a BSD-style license that can be
|
|
:: Use of this source code is governed by a BSD-style license that can be
|
|
:: found in the LICENSE file.
|
|
:: found in the LICENSE file.
|
|
|
|
+setlocal
|
|
|
|
+
|
|
|
|
+:: Ensure that "depot_tools" is somewhere in PATH so this tool can be used
|
|
|
|
+:: standalone, but allow other PATH manipulations to take priority.
|
|
|
|
+set PATH=%PATH%;%~dp0
|
|
|
|
|
|
:: Defer control.
|
|
:: Defer control.
|
|
-%~dp0python "%~dp0\download_from_google_storage.py" %*
|
|
|
|
|
|
+python "%~dp0\download_from_google_storage.py" %*
|