This commit is contained in:
Ing 2024-02-19 02:36:06 +08:00
parent 5cce2b4850
commit f5c14c3350

View File

@ -38,7 +38,8 @@ function getAllModules() {
function installModules() { function installModules() {
local PLATFORM=${1} local PLATFORM=${1}
local KVER=${2} local KVER=${2}
local MLIST=${3} shift 2
local MLIST="${@}"
if [ -z "${PLATFORM}" -o -z "${KVER}" ]; then if [ -z "${PLATFORM}" -o -z "${KVER}" ]; then
echo "" echo ""