Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234877 | Differences between
and this patch

Collapse All | Expand All

(-)mkconfig.rb.orig (-1 / +1 lines)
Lines 54-60 Link Here
54
      continued_name = name
54
      continued_name = name
55
      next
55
      next
56
    end
56
    end
57
  when /^"(.+)"\s*(\\)?$/
57
  when /^"(.*)"\s*(\\)?$/
58
    if continued_line
58
    if continued_line
59
      continued_line <<  $1
59
      continued_line <<  $1
60
      unless $2
60
      unless $2

Return to bug 234877