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}"