Comment 4 for bug 1838245

Revision history for this message
Alex Tu (alextu) wrote :

indeed, I was tricked by that misformatted `else`.
Thanks for reporting the issue.

I agree the correct line should be `[ -z $kernels_module ] && return 0`, because the following code is used to compare the version of target DKMS and existed module on the system.

So, I'm processing to proposed another patch to fix it.