Gorgone
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
s3
|
@ -115,10 +115,10 @@ syscheck;[ ! "$sanity" == "1" ] && echo "sanity fail" && sleep 5 && bye; |
|
|
_create_native_profile; # put native datas to toolchains and configs |
|
|
_create_native_profile; # put native datas to toolchains and configs |
|
|
_get_config_con "$1"; # echo $addons;exit; |
|
|
_get_config_con "$1"; # echo $addons;exit; |
|
|
_create_module_arrays; # fill module arrays |
|
|
_create_module_arrays; # fill module arrays |
|
|
_fill_tc_array; # get # AVAI_TCLIST # INST_TCLIST # MISS_TCLIST |
|
|
_fill_tc_array; # get # AVAI_TCLIST # INST_TCLIST # MISS_TCLIST |
|
|
read_s3cfg; # read simplebuild config |
|
|
read_s3cfg; # read simplebuild config |
|
|
_set_dialog_types; # fill $gui vars |
|
|
_set_dialog_types; # fill $gui vars |
|
|
_systype; # check used uname |
|
|
_systype; # check used uname |
|
|
|
|
|
|
|
|
if [ ! -n "$1" ];then |
|
|
if [ ! -n "$1" ];then |
|
|
[ "${s3cfg_vars[DIRECTMENU]}" == "1" ] && _dialog_checkout && exit; |
|
|
[ "${s3cfg_vars[DIRECTMENU]}" == "1" ] && _dialog_checkout && exit; |
|
|