no need for extra zero sablink uses full kernel version
This commit is contained in:
parent
bae0580540
commit
617a1e742f
@ -179,7 +179,8 @@ _get_real_kv_full() {
|
|||||||
elif [[ "${OKV/.*}" = "3" ]]; then
|
elif [[ "${OKV/.*}" = "3" ]]; then
|
||||||
# Linux 3.x support, KV_FULL is set to: 3.0-sablink
|
# Linux 3.x support, KV_FULL is set to: 3.0-sablink
|
||||||
# need to add another final .0 to the version part
|
# need to add another final .0 to the version part
|
||||||
echo "${ORIGINAL_KV_FULL/-/.0-}"
|
# echo "${ORIGINAL_KV_FULL/-/.0-}"
|
||||||
|
echo "${ORIGINAL_KV_FULL}"
|
||||||
else
|
else
|
||||||
echo "${ORIGINAL_KV_FULL}"
|
echo "${ORIGINAL_KV_FULL}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user