Skip to content

Commit

Permalink
Merge pull request #66 from DIGImend/compare_same_module_version_types
Browse files Browse the repository at this point in the history
Preserve module version type positions
  • Loading branch information
scaronni authored Nov 10, 2018
2 parents 3fe2f07 + 6ef1a48 commit 3a88e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkms
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ read_conf()

# Little helper function for parsing the output of modinfo.
get_module_verinfo(){
res=()
res=("" "" "")
local vals=
while read -a vals; do
case ${vals[0]} in
Expand Down

0 comments on commit 3a88e1d

Please sign in to comment.