From d77586298fb78afcf19c5ac83a4080fd9f65bc1c Mon Sep 17 00:00:00 2001 From: phinze Date: Wed, 2 Oct 2013 09:38:53 -0500 Subject: [PATCH] somewhere along the way we lost hdiutil accepting dmg agreements should take care of #1105 also refs #720 --- lib/cask/container/dmg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cask/container/dmg.rb b/lib/cask/container/dmg.rb index 92f108470fea..cf8db0874079 100644 --- a/lib/cask/container/dmg.rb +++ b/lib/cask/container/dmg.rb @@ -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