_/os
This commit is contained in:
parent
82468ed374
commit
a3b2abb004
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
}
|
||||
|
||||
# ╭───────────┬─────╮
|
||||
|
|
Loading…
Reference in a new issue