mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: shellcheck: squash more shellcheck warnings; some long-lost variables being used; some unset's that are better reset's, etc
This commit is contained in:
@@ -211,7 +211,7 @@ function run_host_command_logged_raw() {
|
||||
function logging_clear_run_command_error_info() {
|
||||
# Unset those globals; they're only valid for the first invocation of a runner helper function after they're set.
|
||||
unset if_error_detail_message
|
||||
unset if_error_find_files_sdcard # remember, this is global.
|
||||
declare -ag if_error_find_files_sdcard=() # declare as global, empty array
|
||||
}
|
||||
|
||||
function logging_enrich_run_command_error_info() {
|
||||
|
||||
Reference in New Issue
Block a user