mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix cks
This commit is contained in:
parent
ab04ee8651
commit
f46e34b0c2
@ -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 ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user