Merge branch 'pr_2087'

This commit is contained in:
ob-robot
2024-08-14 05:24:55 +00:00
80 changed files with 5503 additions and 91 deletions

View File

@ -75,7 +75,7 @@ function variables_prepare {
function copy_sh {
if [[ -f copy.sh ]]
then
sh copy.sh $BUILD_PATH
bash copy.sh $BUILD_PATH
else
echo 'can not find copy.sh'
fi