Comment 1 for bug 1838245

Revision history for this message
Alex G (flamefire) wrote :

Bug was introduced in by 2.3-3ubuntu9.4 the following commit: https://git.launchpad.net/ubuntu/+source/dkms/commit/?id=4cfc905dc605628eb6d3ceddb21fb12cac9543d5:

Relevant diff:
- read -a kernels_module < <(find $lib_tree -name ${4}$module_suffix)
+ read -a kernels_module < <(find_module "$lib_tree" "${4}")

Reverting this should fix this bug