From 47e8c6ffca9767ae1950b7884e8a4da9ce1a3caf Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 4 May 2024 13:36:19 +0200 Subject: [PATCH] wip/fix --- cd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cd.sh b/cd.sh index 2235040..f78b7dd 100644 --- a/cd.sh +++ b/cd.sh @@ -48,12 +48,12 @@ cd_set_environment_variables () { "almalinux") CD_OS_ID="${CD_OS_ALMA}" CD_OS_VERSION=$(cd_grep_os VERSION_ID \ - | sed "s|^\([0-9]\+\)\..*|\1|" ) + | sed "s|^\([0-9]\+\)\..*|\1|") ;; "alpine") CD_OS_ID="${CD_OS_ALPINE}" CD_OS_VERSION=$(cd_grep_os VERSION_ID \ - | sed "s|^\([0-9]\+\.[0-9]\+\)\..*|\1|" ) + | sed "s|^\([0-9]\+\.[0-9]\+\)\..*|\1|") ;; "debian") CD_OS_ID="${CD_OS_DEBIAN}"