Comment 5 for bug 1838245

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

I tested this patch locally and it (seems to) work:

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

- [ -z $kernels_module ] || return 0
+ [ -z $kernels_module ] && return 0