Skip to content

Commit

Permalink
Merge pull request #47 from DIGImend/master
Browse files Browse the repository at this point in the history
Do not unset local array variable in Bash func
  • Loading branch information
scaronni authored Mar 6, 2018
2 parents 13e7013 + 78f5466 commit b1b9033
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(){
unset res
res=()
local vals=
while read -a vals; do
case ${vals[0]} in
Expand Down

0 comments on commit b1b9033

Please sign in to comment.