From 224a2282681d36670dbaccdeb1ffa6561cd16265 Mon Sep 17 00:00:00 2001 From: Gorgone Date: Thu, 20 Feb 2020 14:55:17 +0100 Subject: [PATCH] Update s3 --- s3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/s3 b/s3 index 1fb90ed..e397e21 100755 --- a/s3 +++ b/s3 @@ -115,10 +115,10 @@ syscheck;[ ! "$sanity" == "1" ] && echo "sanity fail" && sleep 5 && bye; _create_native_profile; # put native datas to toolchains and configs _get_config_con "$1"; # echo $addons;exit; _create_module_arrays; # fill module arrays -_fill_tc_array; # get # AVAI_TCLIST # INST_TCLIST # MISS_TCLIST -read_s3cfg; # read simplebuild config -_set_dialog_types; # fill $gui vars -_systype; # check used uname +_fill_tc_array; # get # AVAI_TCLIST # INST_TCLIST # MISS_TCLIST +read_s3cfg; # read simplebuild config +_set_dialog_types; # fill $gui vars +_systype; # check used uname if [ ! -n "$1" ];then [ "${s3cfg_vars[DIRECTMENU]}" == "1" ] && _dialog_checkout && exit;