From 0cea6cb590d736c46d1eb8a695ee94bfb5b427bf Mon Sep 17 00:00:00 2001 From: David Michael Date: Sat, 17 Jun 2017 18:01:21 -0700 Subject: [PATCH] build_torcx_store: initialize upload options --- build_torcx_store | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_torcx_store b/build_torcx_store index 43f7fe1fc7..310642bc2f 100755 --- a/build_torcx_store +++ b/build_torcx_store @@ -47,6 +47,9 @@ eval set -- "${FLAGS_ARGV}" # so will die prematurely if 'switch_to_strict_mode' is specified before now. switch_to_strict_mode +# Initialize upload options +check_gsutil_opts + # Define BUILD_DIR and set_build_symlinks. . "${BUILD_LIBRARY_DIR}/toolchain_util.sh" || exit 1 . "${BUILD_LIBRARY_DIR}/board_options.sh" || exit 1