Some recipe parsing warning written on stderr.
parent
e048ca9685
commit
ccfa8752d2
|
@ -144,7 +144,7 @@ class Package::Recipe
|
|||
&.gsub(/^[ \t]*/, "").gsub(/[ \t]*$/, ""))
|
||||
|
||||
if match.size != 2
|
||||
puts "WARNING: misformed option: #{option}"
|
||||
STDERR.puts "WARNING: misformed option: #{option}"
|
||||
next
|
||||
end
|
||||
|
||||
|
|
Reference in New Issue