Skip to content

Commit

Permalink
Merge pull request #51 from yast/fix_syntax
Browse files Browse the repository at this point in the history
add missing parenthesis
  • Loading branch information
wfeldt committed Mar 10, 2014
2 parents 4db0e97 + 984d0ab commit e575603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/bootloader/routines/misc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ def GetSerialFromAppend ()
when ""
# no parity, do nothing
else
raise "unknown parity flag #{parity}
raise "unknown parity flag #{parity}"
end

word = Builtins.regexpsub(args, "[[:digit:]]+,*[[:digit:]]*[noe]*([[:digit:]]*)", "\\1")
Expand Down

0 comments on commit e575603

Please sign in to comment.