View | Details | Raw Unified | Return to bug 37690
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- a/update-kernel
0
++ b/update-kernel
Lines 195-200 for module in $ALLMODULES; do Link Here
195
		continue
195
		continue
196
	fi
196
	fi
197
197
198
	# remove duplicates
199
	module=$(echo "$ALLMODULES" | grep "^[[:space:]]*${module_pkgname}-${kernel_flavour}#" | sort -r -u | head -1)
198
	module_install "$module"
200
	module_install "$module"
199
done
201
done
200
202

Return to bug 37690