This commit is contained in:
shuixx
2025-07-14 03:15:10 +00:00
parent a2f63d21f0
commit 23979be87f
7 changed files with 11 additions and 11 deletions

View File

@@ -501,11 +501,11 @@ function lunch()
function _lunch_meat()
{
if (echo -n $1 | grep -q -e "^strix_") ; then
MINUS_BUILD=$(echo -n $1 | sed -e 's/^strix_//g')
STRIX_BUILD=$(echo -n $1 | sed -e 's/^strix_//g')
else
MINUS_BUILD=
STRIX_BUILD=
fi
export MINUS_BUILD
export STRIX_BUILD
local product=$1
local release=$2