mirror of
https://github.com/gosticks/brew.git
synced 2026-08-13 05:00:20 +00:00
Fix brew style.
This commit is contained in:
@@ -268,7 +268,7 @@ module Language
|
||||
|
||||
t.stage { do_install Pathname.pwd }
|
||||
else
|
||||
t = t.lines.map(&:strip) if t.respond_to?(:lines) && t =~ /\n/
|
||||
t = t.lines.map(&:strip) if t.respond_to?(:lines) && t.include?("\n")
|
||||
do_install t
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user