]> Kevux Git Server - fll/commitdiff
Bugfix: mispelling in search_exclusive
authorKevin Day <thekevinday@gmail.com>
Sun, 7 Jun 2020 19:41:14 +0000 (14:41 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 7 Jun 2020 19:42:17 +0000 (14:42 -0500)
53 files changed:
build/level_0/settings
build/level_1/settings
build/level_2/settings
build/monolithic/settings
build/scripts/bootstrap.sh
level_0/f_color/data/build/settings
level_0/f_console/data/build/settings
level_0/f_conversion/data/build/settings
level_0/f_directory/data/build/settings
level_0/f_environment/data/build/settings
level_0/f_file/data/build/settings
level_0/f_fss/data/build/settings
level_0/f_memory/data/build/settings
level_0/f_path/data/build/settings
level_0/f_pipe/data/build/settings
level_0/f_print/data/build/settings
level_0/f_serialized/data/build/settings
level_0/f_socket/data/build/settings
level_0/f_status/data/build/settings
level_0/f_string/data/build/settings
level_0/f_type/data/build/settings
level_0/f_utf/data/build/settings
level_1/fl_color/data/build/settings
level_1/fl_console/data/build/settings
level_1/fl_directory/data/build/settings
level_1/fl_file/data/build/settings
level_1/fl_fss/data/build/settings
level_1/fl_print/data/build/settings
level_1/fl_serialized/data/build/settings
level_1/fl_socket/data/build/settings
level_1/fl_status/data/build/settings
level_1/fl_string/data/build/settings
level_1/fl_utf/data/build/settings
level_1/fl_utf_file/data/build/settings
level_2/fll_directory/data/build/settings
level_2/fll_execute/data/build/settings
level_2/fll_file/data/build/settings
level_2/fll_fss/data/build/settings
level_2/fll_program/data/build/settings
level_2/fll_status/data/build/settings
level_3/byte_dump/data/build/settings
level_3/fake/data/build/settings
level_3/firewall/data/build/settings
level_3/fss_basic_list_read/data/build/settings
level_3/fss_basic_list_write/data/build/settings
level_3/fss_basic_read/data/build/settings
level_3/fss_basic_write/data/build/settings
level_3/fss_extended_list_read/data/build/settings
level_3/fss_extended_read/data/build/settings
level_3/fss_extended_write/data/build/settings
level_3/fss_status_code/data/build/settings
level_3/init/data/build/settings
level_3/status_code/data/build/settings

index fa5997046450bea475f3cee520b01c0e0f3425a7..f4f1fe2f183b89bedfd7fd215c362bb7d80d1464 100644 (file)
@@ -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
 
index d2a35291111bdbf2ed1047ffb86c2968a975db71..134e8130bb2e0aad7c19e7b53e135bd26b172b02 100644 (file)
@@ -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
 
index 0ab15e919a48d10b1be43efce105f1189aeb7bed..770fcb768fa4036e03c6a94a601139f3a9839dcc 100644 (file)
@@ -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
 
index c8fe6f0ad78a770428a7017d499b44f1a88a4c0a..7b9b1390c27e2f4808868ed399e36f4db7d7ff27 100644 (file)
@@ -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
 
index 06bcb919aff326fcbbba6a3e71571ca29868ba79..e0291e695e0fd7690267517cb6dc833237908ac4 100644 (file)
@@ -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)]}
index b754d2ce928af911f9a8698aa805780da25a2874..c9dbab053ac599a431fadad4c22a3d82258d0404 100644 (file)
@@ -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
 
index 07a5ff988f50968d8265af8a30426817094289e4..327133def508f5cce01008e7a3be1647ab6cd5e1 100644 (file)
@@ -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
 
index 9581c07a0a09c4b35d0e5b7a646e243b23780892..182ed6e9eaca9adfb785638ec4abe6ba4e794352 100644 (file)
@@ -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
 
index 482c541604538f46494870cdbbf99bcc6524052e..62041c82d1be51f4510f5abc47ce7a7e7a3dbf99 100644 (file)
@@ -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
 
index d97741f517a650524e7a4cebb06ab9ce75890403..e140d64cbe84cf113ff72c8012f2b5b42cde3cd2 100644 (file)
@@ -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
 
index f4e5b3ee3df8be3e23d828991b596a945583dffd..a8ba777c8d39f8aa01a923c56c9e662c8bcbc9e1 100644 (file)
@@ -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
 
index ef4f280b0757e711766f1fad7c6fed90c3167b55..f036d4ad0f7ea9a00a15f598edc3358858c539cb 100644 (file)
@@ -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
 
index d4cb107eba360f90646b5e400e3bc6e739b5a9a3..484743a8e1e7ba6e918ba7eeea9216ad0dc07a00 100644 (file)
@@ -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
 
index 159baba3d526f111f1ef3e3e8e91f0bd165ea7e0..a63b54020bf60d7f49d16484acc1316fffbc4023 100644 (file)
@@ -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
 
index 72acd9375bc355a6f7a3f8712eb17c3211a83478..df155e8031f5aa2283458d9315142c074bd42fc0 100644 (file)
@@ -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
 
index 82ee77da0c15f30bbf37cd54e38aa88991573d90..c4d061cfc7d48078d888d38c902f042dd11c1c19 100644 (file)
@@ -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
 
index 1d8936c7b5c891744b6cd144ed1bf8f8a0cfa432..a2e00be6bf0392174a7451e035eca497f80b5fa3 100644 (file)
@@ -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
 
index 6bb404f7d00eb1e5f2f465a2c63867c754a3d6de..ae925e158121b51e7fcae430b3cc0fae6ecc4965 100644 (file)
@@ -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
 
index 32069f10d9f8614e8f2ffd97d88384dd7b253d56..a3243085d4f7643c56af3f58196eed15ef24b78d 100644 (file)
@@ -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
 
index de82b8276578046cfdf657d0b8bad2b98e7670e9..2167fc80fa7174c2c2266c8d3309117b6afd70ef 100644 (file)
@@ -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
 
index dd7184e0a58a6183d3cf340d56cad7817bca03b3..b29c3c8928abf1f733abb9adfe371fa4f2cffe78 100644 (file)
@@ -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
 
index e6e2e495075ca5b3122caa32c82a81c9ef7bfcee..18276247941317778a421c59932e7f9029fb8324 100644 (file)
@@ -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
 
index 6fcde1b1dde3c9041369830dbfc10ffa0f87ea6d..b1243a1c07c33372dcb5cb0b6b4bc87b4e3b8a6b 100644 (file)
@@ -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
 
index 07bd5b99f4fb8f4b2eb6116200ac437ba03d1cc4..41e2041a5866d1a3441d45fcbc989af8db2ac648 100644 (file)
@@ -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
 
index 964b2e1af45e4467bcf128837dd07b0caba88d3f..3353f3c350439da31155664b80a0cda62b89c34a 100644 (file)
@@ -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
 
index b2d02936c6d69dc03360368e019880348620728f..dccc864408418f49ea89315000b6c0e268142aa2 100644 (file)
@@ -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
 
index 2d50eebce899920babf32783800beae0b58d4bb6..c1d01b10abd37afdbe760ca81891e0681de38b61 100644 (file)
@@ -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
 
index dd5f33d9b95a3b5b411ec7d6964f767286557615..19fe593627de51c94a7ec07f7ce1ca116bf413ae 100644 (file)
@@ -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
 
index 35e1945769aeed3f38a043078ab1ebe16550dede..a18cd1ad89b63628cb4e8e892ef086fd57aceded 100644 (file)
@@ -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
 
index ef54427db72f8e732dc5717b171655688d723fe1..ea43b3249385db4dc49c60438b4721f57d838b8a 100644 (file)
@@ -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
 
index 70bee2b19def2d004dc3a138f77ee2377fd388c0..647294e9d576503701951bd05e3aeb184d7f4cd1 100644 (file)
@@ -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
 
index 2f2ac8fe5e0a4e108c4e51e9bbf5a6bbf5133b1a..16939490668e004aab4d67ee81fb964b5ed462ff 100644 (file)
@@ -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
 
index cb2b8f2456b438e246ce1e8ef18851fc1f01168b..f0fa132ef36c8ff117585de1cfb7f13003f7a6cc 100644 (file)
@@ -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
 
index 4bab30f3c9bf56ab929c97b86c9a2cf0e50aca56..a772548e5af29947955f7d0537171619cddd681e 100644 (file)
@@ -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
 
index 831cda32282f382ea6fa60e4f98c060ebfafac4d..e8b585e934db9de2c78e6a937aa278d0e570120c 100644 (file)
@@ -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
 
index 4423432e10449841555e8b9a8eafc9d2e5beebb3..d9b8057647314af2318928d91a7e22861a91a25b 100644 (file)
@@ -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
 
index b9ad7ca2b1a9a431d5b80b3ec1b9088184c424f1..2e41b0ba5e6b053143918d531fbc1aeae568229b 100644 (file)
@@ -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
 
index 4e112c27c6eeca913259a1dbca674a2f55c2eca4..7a215eb9ca010fef3f98376d0fe1416bbc8378c7 100644 (file)
@@ -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
 
index 444b5d0c74f36c23151b2949129b710761c0c607..3d303a9bb19a12e06feee83bb5448b4f14326cce 100644 (file)
@@ -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
 
index e32703e18625f6c7378ec127de6236ea09d9767f..f57a4a3f1b86023e6f1cad129cd40327295fc3ae 100644 (file)
@@ -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
 
index 309ed82285b838e53ab6f1318f6c8692cde6c7bc..511085632d066f8e559c59c77a148ebbf086f216 100644 (file)
@@ -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
 
index 819a87bc875888f822897d418f10a018345a289d..45f8daae178d6aa3950a0550bcd1b31f9ae7a45d 100644 (file)
@@ -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
 
index a67c32487fcb7310f6672c3aa28878002cd9e834..1e04e8b95583ba2a2d4991d261f2de072b39c4e8 100644 (file)
@@ -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
 
index e9665a5ab063db379aff474fc253aeaf3705d1ef..94d5463e9568ffd794b51b1cce2b0c9179b3f5c5 100644 (file)
@@ -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
 
index 740e72e0c8490f643d2d38dc9e5db659df39e8e4..06078f8d4838bd30f7d366ec3c27498fe59af0bc 100644 (file)
@@ -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
 
index 92c31030ee7988b7b96e6d3781b6d71f4d490580..52efffdcdcfede9c45bf90f556e875488b6da9d4 100644 (file)
@@ -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
 
index a1f03307c75262b9a8dc14c3216cb148c0be6fa1..781de24c4e1bbfe8b3eca0a71285b910b90de96b 100644 (file)
@@ -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
 
index 43b1442bf3fbfbbb4629b653662666d56f2595b2..76f1fedb347e5c6489dce256e4cc34098213edb3 100644 (file)
@@ -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
 
index eba1ece8f82ca18425c4d67ce2e1b5697133a2c4..156afed15e5367d21012242fd9349ccecf991197 100644 (file)
@@ -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
 
index 45705f9527d7d8d2b1a4eaab88e0e926d4dd5ebf..08d711bd0840076e3b4d4dadb1bdc3063ac4ba3f 100644 (file)
@@ -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
 
index c9c5b31d732e3111fbeeb4934e7e7a96001c9119..3966c2a78bfac3dd6f2f6bcdc329b3e81002aba3 100644 (file)
@@ -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
 
index 8cbe01ac99639551c22e7171f3e39110f4c9c66c..7712760837a97ebef87c6f71cea9ab4383a5d025 100644 (file)
@@ -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
 
index a3ce01119f52f63e5ba68c50bf7ef2ac849db8fa..4d5b434c6f00b65411069e7fc7f45db72326bf51 100644 (file)
@@ -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