Skip to content

Commit

Permalink
somewhere along the way we lost hdiutil accepting dmg agreements
Browse files Browse the repository at this point in the history
should take care of Homebrew#1105
also refs Homebrew#720
  • Loading branch information
phinze authored and Kevin Suttle committed Dec 8, 2013
1 parent b061a25 commit d775862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cask/container/dmg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def mount!
'mount',
'-plist', '-nobrowse', '-readonly', '-noidme', '-mountrandom',
'/tmp', @path
], :plist => true)
], :plist => true, :input => 'y')
@mounts = mounts_from_plist(plist)
end

Expand Down

0 comments on commit d775862

Please sign in to comment.