no need for extra zero sablink uses full kernel version

This commit is contained in:
Mario Fetka 2012-10-25 01:45:56 +02:00
parent bae0580540
commit 617a1e742f
1 changed files with 2 additions and 1 deletions

View File

@ -179,7 +179,8 @@ _get_real_kv_full() {
elif [[ "${OKV/.*}" = "3" ]]; then
# Linux 3.x support, KV_FULL is set to: 3.0-sablink
# 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
echo "${ORIGINAL_KV_FULL}"
fi