mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #8429 from rolandwalker/preserve_stdout_plist
leave stdout intact when parsing plists
This commit is contained in:
@@ -70,7 +70,7 @@ class Cask::SystemCommand::Result
|
||||
end
|
||||
|
||||
def plist
|
||||
@plist ||= self.class._parse_plist(@command, @stdout)
|
||||
@plist ||= self.class._parse_plist(@command, @stdout.dup)
|
||||
end
|
||||
|
||||
def success?
|
||||
|
||||
Reference in New Issue
Block a user