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:
Ricardo Pardini
2023-01-30 21:34:10 +01:00
parent 2767cf8fc2
commit 388c76c91b
6 changed files with 6 additions and 6 deletions

View File

@@ -295,7 +295,7 @@ function compile_uboot() {
display_alert "Extensions: custom uboot built by extension" "not building regular uboot" "debug"
fi
display_alert "Preparing u-boot general packaging. all_worked:${all_worked} any_worked:${any_worked} " "${version} ${target_make}"
display_alert "Preparing u-boot general packaging" "${version} ${target_make}"
# set up postinstall script # @todo: extract into a tinkerboard extension
if [[ $BOARD == tinkerboard ]]; then