From a3b2abb004ff7d8f449803e7273ea89adb05f033 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 26 Aug 2024 15:20:30 +0200 Subject: [PATCH] _/os --- spcd/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index a886db4..26bfeed 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -161,7 +161,7 @@ _spcd_banner_wipe() { # ╰───────────┴───────╯ _SPCD_ERROR_CI=1 -SPCD_ERROR_OS=2 +_SPCD_ERROR_OS=2 # ╭───────────┬───────╮ # │ internals │ frame │ @@ -228,7 +228,7 @@ spcd_error_os() { spcd_error_os__variable="${1}" printf "× OS: " spcd_os_printenv "${spcd_error_os__variable}" - exit "${SPCD_ERROR_OS}" + exit "${_SPCD_ERROR_OS}" } # ╭───────────┬─────╮