Explorar o código

Arg_InstallRTKAPK具有2种值:y/n和true/false, 所以要同时处理y和true的情况。

JeffWang %!s(int64=3) %!d(string=hai) anos
pai
achega
bd7e12c2b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      自动编译系统脚本标准化/41A-CompileScript.sh

+ 1 - 1
自动编译系统脚本标准化/41A-CompileScript.sh

@@ -224,7 +224,7 @@ initArgument()
     fi
 
     # rtk公版;
-    if [ x$Arg_InstallRTKAPK = "xy" ]; then
+    if [ x$Arg_InstallRTKAPK = "xy" ] || [ $Arg_InstallRTKAPK = true ] ; then
         Arg_InstallRTKAPK=true
         export AudioLink=true
         export AudioConnect=false