From a245ce35f2449ba86c64eafb68200cb05c24192d Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 7 Jun 2020 14:41:14 -0500 Subject: [PATCH] Bugfix: mispelling in search_exclusive --- build/level_0/settings | 2 +- build/level_1/settings | 2 +- build/level_2/settings | 2 +- build/monolithic/settings | 2 +- build/scripts/bootstrap.sh | 2 +- level_0/f_color/data/build/settings | 2 +- level_0/f_console/data/build/settings | 2 +- level_0/f_conversion/data/build/settings | 2 +- level_0/f_directory/data/build/settings | 2 +- level_0/f_environment/data/build/settings | 2 +- level_0/f_file/data/build/settings | 2 +- level_0/f_fss/data/build/settings | 2 +- level_0/f_memory/data/build/settings | 2 +- level_0/f_path/data/build/settings | 2 +- level_0/f_pipe/data/build/settings | 2 +- level_0/f_print/data/build/settings | 2 +- level_0/f_serialized/data/build/settings | 2 +- level_0/f_socket/data/build/settings | 2 +- level_0/f_status/data/build/settings | 2 +- level_0/f_string/data/build/settings | 2 +- level_0/f_type/data/build/settings | 2 +- level_0/f_utf/data/build/settings | 2 +- level_1/fl_color/data/build/settings | 2 +- level_1/fl_console/data/build/settings | 2 +- level_1/fl_directory/data/build/settings | 2 +- level_1/fl_file/data/build/settings | 2 +- level_1/fl_fss/data/build/settings | 2 +- level_1/fl_print/data/build/settings | 2 +- level_1/fl_serialized/data/build/settings | 2 +- level_1/fl_socket/data/build/settings | 2 +- level_1/fl_status/data/build/settings | 2 +- level_1/fl_string/data/build/settings | 2 +- level_1/fl_utf/data/build/settings | 2 +- level_1/fl_utf_file/data/build/settings | 2 +- level_2/fll_directory/data/build/settings | 2 +- level_2/fll_execute/data/build/settings | 2 +- level_2/fll_file/data/build/settings | 2 +- level_2/fll_fss/data/build/settings | 2 +- level_2/fll_program/data/build/settings | 2 +- level_2/fll_status/data/build/settings | 2 +- level_3/byte_dump/data/build/settings | 2 +- level_3/fake/data/build/settings | 2 +- level_3/firewall/data/build/settings | 2 +- level_3/fss_basic_list_read/data/build/settings | 2 +- level_3/fss_basic_list_write/data/build/settings | 2 +- level_3/fss_basic_read/data/build/settings | 2 +- level_3/fss_basic_write/data/build/settings | 2 +- level_3/fss_extended_list_read/data/build/settings | 2 +- level_3/fss_extended_read/data/build/settings | 2 +- level_3/fss_extended_write/data/build/settings | 2 +- level_3/fss_status_code/data/build/settings | 2 +- level_3/init/data/build/settings | 2 +- level_3/status_code/data/build/settings | 2 +- 53 files changed, 53 insertions(+), 53 deletions(-) diff --git a/build/level_0/settings b/build/level_0/settings index fa59970..f4f1fe2 100644 --- a/build/level_0/settings +++ b/build/level_0/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/build/level_1/settings b/build/level_1/settings index d2a3529..134e813 100644 --- a/build/level_1/settings +++ b/build/level_1/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/build/level_2/settings b/build/level_2/settings index 0ab15e9..770fcb7 100644 --- a/build/level_2/settings +++ b/build/level_2/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/build/monolithic/settings b/build/monolithic/settings index c8fe6f0..7b9b139 100644 --- a/build/monolithic/settings +++ b/build/monolithic/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/build/scripts/bootstrap.sh b/build/scripts/bootstrap.sh index 06bcb91..e0291e6 100644 --- a/build/scripts/bootstrap.sh +++ b/build/scripts/bootstrap.sh @@ -447,7 +447,7 @@ bootstrap_operation_build() { local arguments_include="-I${path_build}includes" local arguments_shared="-L${path_build}libraries/shared" local arguments_static="-L${path_build}libraries/static" - local search_exclusive=${variables[$(bootstrap_id search_exlusive)]} + local search_exclusive=${variables[$(bootstrap_id search_exclusive)]} local search_shared=${variables[$(bootstrap_id search_shared)]} local search_static=${variables[$(bootstrap_id search_static)]} local shared=${variables[$(bootstrap_id build_shared)]} diff --git a/level_0/f_color/data/build/settings b/level_0/f_color/data/build/settings index b754d2c..c9dbab0 100644 --- a/level_0/f_color/data/build/settings +++ b/level_0/f_color/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_console/data/build/settings b/level_0/f_console/data/build/settings index 07a5ff9..327133d 100644 --- a/level_0/f_console/data/build/settings +++ b/level_0/f_console/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_conversion/data/build/settings b/level_0/f_conversion/data/build/settings index 9581c07..182ed6e 100644 --- a/level_0/f_conversion/data/build/settings +++ b/level_0/f_conversion/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_directory/data/build/settings b/level_0/f_directory/data/build/settings index 482c541..62041c8 100644 --- a/level_0/f_directory/data/build/settings +++ b/level_0/f_directory/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_environment/data/build/settings b/level_0/f_environment/data/build/settings index d97741f..e140d64 100644 --- a/level_0/f_environment/data/build/settings +++ b/level_0/f_environment/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_file/data/build/settings b/level_0/f_file/data/build/settings index f4e5b3e..a8ba777 100644 --- a/level_0/f_file/data/build/settings +++ b/level_0/f_file/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_fss/data/build/settings b/level_0/f_fss/data/build/settings index ef4f280..f036d4a 100644 --- a/level_0/f_fss/data/build/settings +++ b/level_0/f_fss/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_memory/data/build/settings b/level_0/f_memory/data/build/settings index d4cb107..484743a 100644 --- a/level_0/f_memory/data/build/settings +++ b/level_0/f_memory/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_path/data/build/settings b/level_0/f_path/data/build/settings index 159baba..a63b540 100644 --- a/level_0/f_path/data/build/settings +++ b/level_0/f_path/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_pipe/data/build/settings b/level_0/f_pipe/data/build/settings index 72acd93..df155e8 100644 --- a/level_0/f_pipe/data/build/settings +++ b/level_0/f_pipe/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_print/data/build/settings b/level_0/f_print/data/build/settings index 82ee77d..c4d061c 100644 --- a/level_0/f_print/data/build/settings +++ b/level_0/f_print/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_serialized/data/build/settings b/level_0/f_serialized/data/build/settings index 1d8936c..a2e00be 100644 --- a/level_0/f_serialized/data/build/settings +++ b/level_0/f_serialized/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_socket/data/build/settings b/level_0/f_socket/data/build/settings index 6bb404f..ae925e1 100644 --- a/level_0/f_socket/data/build/settings +++ b/level_0/f_socket/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_status/data/build/settings b/level_0/f_status/data/build/settings index 32069f1..a324308 100644 --- a/level_0/f_status/data/build/settings +++ b/level_0/f_status/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_string/data/build/settings b/level_0/f_string/data/build/settings index de82b82..2167fc8 100644 --- a/level_0/f_string/data/build/settings +++ b/level_0/f_string/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_type/data/build/settings b/level_0/f_type/data/build/settings index dd7184e..b29c3c8 100644 --- a/level_0/f_type/data/build/settings +++ b/level_0/f_type/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_0/f_utf/data/build/settings b/level_0/f_utf/data/build/settings index e6e2e49..1827624 100644 --- a/level_0/f_utf/data/build/settings +++ b/level_0/f_utf/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_color/data/build/settings b/level_1/fl_color/data/build/settings index 6fcde1b..b1243a1 100644 --- a/level_1/fl_color/data/build/settings +++ b/level_1/fl_color/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_console/data/build/settings b/level_1/fl_console/data/build/settings index 07bd5b9..41e2041 100644 --- a/level_1/fl_console/data/build/settings +++ b/level_1/fl_console/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_directory/data/build/settings b/level_1/fl_directory/data/build/settings index 964b2e1..3353f3c 100644 --- a/level_1/fl_directory/data/build/settings +++ b/level_1/fl_directory/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_file/data/build/settings b/level_1/fl_file/data/build/settings index b2d0293..dccc864 100644 --- a/level_1/fl_file/data/build/settings +++ b/level_1/fl_file/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_fss/data/build/settings b/level_1/fl_fss/data/build/settings index 2d50eeb..c1d01b1 100644 --- a/level_1/fl_fss/data/build/settings +++ b/level_1/fl_fss/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_print/data/build/settings b/level_1/fl_print/data/build/settings index dd5f33d..19fe593 100644 --- a/level_1/fl_print/data/build/settings +++ b/level_1/fl_print/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_serialized/data/build/settings b/level_1/fl_serialized/data/build/settings index 35e1945..a18cd1a 100644 --- a/level_1/fl_serialized/data/build/settings +++ b/level_1/fl_serialized/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_socket/data/build/settings b/level_1/fl_socket/data/build/settings index ef54427..ea43b32 100644 --- a/level_1/fl_socket/data/build/settings +++ b/level_1/fl_socket/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_status/data/build/settings b/level_1/fl_status/data/build/settings index 70bee2b..647294e 100644 --- a/level_1/fl_status/data/build/settings +++ b/level_1/fl_status/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_string/data/build/settings b/level_1/fl_string/data/build/settings index 2f2ac8f..1693949 100644 --- a/level_1/fl_string/data/build/settings +++ b/level_1/fl_string/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_utf/data/build/settings b/level_1/fl_utf/data/build/settings index cb2b8f2..f0fa132 100644 --- a/level_1/fl_utf/data/build/settings +++ b/level_1/fl_utf/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_1/fl_utf_file/data/build/settings b/level_1/fl_utf_file/data/build/settings index 4bab30f..a772548 100644 --- a/level_1/fl_utf_file/data/build/settings +++ b/level_1/fl_utf_file/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_2/fll_directory/data/build/settings b/level_2/fll_directory/data/build/settings index 831cda3..e8b585e 100644 --- a/level_2/fll_directory/data/build/settings +++ b/level_2/fll_directory/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_2/fll_execute/data/build/settings b/level_2/fll_execute/data/build/settings index 4423432..d9b8057 100644 --- a/level_2/fll_execute/data/build/settings +++ b/level_2/fll_execute/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_2/fll_file/data/build/settings b/level_2/fll_file/data/build/settings index b9ad7ca..2e41b0b 100644 --- a/level_2/fll_file/data/build/settings +++ b/level_2/fll_file/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_2/fll_fss/data/build/settings b/level_2/fll_fss/data/build/settings index 4e112c2..7a215eb 100644 --- a/level_2/fll_fss/data/build/settings +++ b/level_2/fll_fss/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_2/fll_program/data/build/settings b/level_2/fll_program/data/build/settings index 444b5d0..3d303a9 100644 --- a/level_2/fll_program/data/build/settings +++ b/level_2/fll_program/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_2/fll_status/data/build/settings b/level_2/fll_status/data/build/settings index e32703e..f57a4a3 100644 --- a/level_2/fll_status/data/build/settings +++ b/level_2/fll_status/data/build/settings @@ -37,7 +37,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/byte_dump/data/build/settings b/level_3/byte_dump/data/build/settings index 309ed82..5110856 100644 --- a/level_3/byte_dump/data/build/settings +++ b/level_3/byte_dump/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/fake/data/build/settings b/level_3/fake/data/build/settings index 819a87b..45f8daa 100644 --- a/level_3/fake/data/build/settings +++ b/level_3/fake/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/firewall/data/build/settings b/level_3/firewall/data/build/settings index a67c324..1e04e8b 100644 --- a/level_3/firewall/data/build/settings +++ b/level_3/firewall/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/fss_basic_list_read/data/build/settings b/level_3/fss_basic_list_read/data/build/settings index e9665a5..94d5463 100644 --- a/level_3/fss_basic_list_read/data/build/settings +++ b/level_3/fss_basic_list_read/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/fss_basic_list_write/data/build/settings b/level_3/fss_basic_list_write/data/build/settings index 740e72e..06078f8 100644 --- a/level_3/fss_basic_list_write/data/build/settings +++ b/level_3/fss_basic_list_write/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/fss_basic_read/data/build/settings b/level_3/fss_basic_read/data/build/settings index 92c3103..52efffd 100644 --- a/level_3/fss_basic_read/data/build/settings +++ b/level_3/fss_basic_read/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/fss_basic_write/data/build/settings b/level_3/fss_basic_write/data/build/settings index a1f0330..781de24 100644 --- a/level_3/fss_basic_write/data/build/settings +++ b/level_3/fss_basic_write/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/fss_extended_list_read/data/build/settings b/level_3/fss_extended_list_read/data/build/settings index 43b1442..76f1fed 100644 --- a/level_3/fss_extended_list_read/data/build/settings +++ b/level_3/fss_extended_list_read/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/fss_extended_read/data/build/settings b/level_3/fss_extended_read/data/build/settings index eba1ece..156afed 100644 --- a/level_3/fss_extended_read/data/build/settings +++ b/level_3/fss_extended_read/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/fss_extended_write/data/build/settings b/level_3/fss_extended_write/data/build/settings index 45705f9..08d711b 100644 --- a/level_3/fss_extended_write/data/build/settings +++ b/level_3/fss_extended_write/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/fss_status_code/data/build/settings b/level_3/fss_status_code/data/build/settings index c9c5b31..3966c2a 100644 --- a/level_3/fss_status_code/data/build/settings +++ b/level_3/fss_status_code/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/init/data/build/settings b/level_3/init/data/build/settings index 8cbe01a..7712760 100644 --- a/level_3/init/data/build/settings +++ b/level_3/init/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes diff --git a/level_3/status_code/data/build/settings b/level_3/status_code/data/build/settings index a3ce011..4d5b434 100644 --- a/level_3/status_code/data/build/settings +++ b/level_3/status_code/data/build/settings @@ -39,7 +39,7 @@ path_program_script script path_program_shared shared path_program_static static -search_exlusive yes +search_exclusive yes search_shared yes search_static yes -- 1.8.3.1