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