mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mkconfig.rb: newlines
* tool/mkconfig.rb: restore embedded newlines. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f9e4651039
commit
08b98cc317
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ File.foreach "config.status" do |line|
|
|||
next if !continued_line
|
||||
continued_line << $1
|
||||
next if $2
|
||||
continued_line.each {|s| s.sub!(/\\n\z/, "\n")}
|
||||
val = continued_line.join
|
||||
name = continued_name
|
||||
continued_line = nil
|
||||
|
|
Loading…
Reference in a new issue