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
5cce2b4850
commit
f5c14c3350
@ -38,7 +38,8 @@ function getAllModules() {
|
||||
function installModules() {
|
||||
local PLATFORM=${1}
|
||||
local KVER=${2}
|
||||
local MLIST=${3}
|
||||
shift 2
|
||||
local MLIST="${@}"
|
||||
|
||||
if [ -z "${PLATFORM}" -o -z "${KVER}" ]; then
|
||||
echo ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user