修复空格问题

This commit is contained in:
buter
2023-02-20 22:01:02 +08:00
parent c8bd22a470
commit 5988b0d1dc

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