We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cf59e commit 435ad04Copy full SHA for 435ad04
1 file changed
dkms.in
@@ -814,7 +814,7 @@ read_conf() {
814
# Only set global BUILD_EXCLUSIVE_KERNEL_MAX if obsolete_by is set and no global or per-module restrictions exist
815
if [[ $obsolete_by && ! $BUILD_EXCLUSIVE_KERNEL_MAX ]]; then
816
# Check if we have any per-module KERNEL_MAX restrictions
817
- local has_per_module_max=false
+ local i has_per_module_max=false
818
for ((i=0; i < num_modules; i++)); do
819
[[ ${BUILD_EXCLUSIVE_KERNEL_MAX[i]} ]] && has_per_module_max=true && break
820
done
0 commit comments