From 5988b0d1dc1e305765b82876bc13fe21e002d2f5 Mon Sep 17 00:00:00 2001 From: buter Date: Mon, 20 Feb 2023 22:01:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A9=BA=E6=A0=BC=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake/src/buildfunction.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/src/buildfunction.sh b/cmake/src/buildfunction.sh index ecfcf4d2d..61a714537 100755 --- a/cmake/src/buildfunction.sh +++ b/cmake/src/buildfunction.sh @@ -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