V8.13.064.2025.10.07
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -17,6 +17,7 @@ guard_sourcing
|
||||
# Globals:
|
||||
# VAR_BUILD_LOG
|
||||
# VAR_CHROOT_DIR
|
||||
# VAR_HANDLER_AUTOBUILD
|
||||
# VAR_HANDLER_BUILD_DIR
|
||||
# VAR_PACKAGES_FILE
|
||||
# Arguments:
|
||||
@@ -26,9 +27,11 @@ guard_sourcing
|
||||
# ERR_UNCRITICAL: on failure
|
||||
#######################################
|
||||
run_analysis() {
|
||||
clear
|
||||
if ! ${VAR_HANDLER_AUTOBUILD}; then clear; fi
|
||||
|
||||
# shellcheck disable=SC2164
|
||||
cd "${VAR_HANDLER_BUILD_DIR}"
|
||||
|
||||
# shellcheck disable=SC2155
|
||||
declare iso_file=$(find . -maxdepth 1 -name "*.iso" -printf "%f\n" | sort | tail -n1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user