!2941 空格问题导致门禁失败

Merge pull request !2941 from buter/master
This commit is contained in:
opengauss-bot
2023-02-21 01:39:30 +00:00
committed by Gitee

View File

@ -117,8 +117,8 @@ function get_gs_version()
product=$(cat build/script/gaussdb.ver | grep 'PRODUCT' | awk -F "=" '{print $2}')
version=$(cat build/script/gaussdb.ver | grep 'VERSION' | awk -F "=" '{print $2}')
if [ "${ENABLE_LITE_MODE}" == "ON" ]; then
        product="$product-lite"
    fi
product="$product-lite"
fi
if test "$enable_ccache" = yes; then
default_gs_version="(${product} ${version} build 1f1f1f1f) compiled at 2100-00-00 00:00:00 commit 9999 last mr 9999 debug"
else