From 843378cdac4a2ca6b39364d2d7e6dadd128bc190 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 26 Aug 2024 18:11:10 +0200 Subject: [PATCH] os/1 --- spcd/bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index c5d4c86..8357d78 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -222,9 +222,8 @@ spcd_error_ci() { } spcd_error_os() { - spcd_error_os__variable="${1}" printf "× OS: " - spcd_os_printenv "${spcd_error_os__variable}" + spcd_os_printenv "${1}" exit "${_SPCD_ERROR_OS}" }