This commit is contained in:
Marc Beninca 2024-08-26 15:20:30 +02:00
parent 82468ed374
commit a3b2abb004
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -161,7 +161,7 @@ _spcd_banner_wipe() {
# ╰───────────┴───────╯ # ╰───────────┴───────╯
_SPCD_ERROR_CI=1 _SPCD_ERROR_CI=1
SPCD_ERROR_OS=2 _SPCD_ERROR_OS=2
# ╭───────────┬───────╮ # ╭───────────┬───────╮
# │ internals │ frame │ # │ internals │ frame │
@ -228,7 +228,7 @@ spcd_error_os() {
spcd_error_os__variable="${1}" spcd_error_os__variable="${1}"
printf "× OS: " printf "× OS: "
spcd_os_printenv "${spcd_error_os__variable}" spcd_os_printenv "${spcd_error_os__variable}"
exit "${SPCD_ERROR_OS}" exit "${_SPCD_ERROR_OS}"
} }
# ╭───────────┬─────╮ # ╭───────────┬─────╮