[36766] users/ryandesign/minivmac/files/attach.exp
ryandesign at macports.org
ryandesign at macports.org
Wed May 14 03:07:15 PDT 2008
Revision: 36766
http://trac.macosforge.org/projects/macports/changeset/36766
Author: ryandesign at macports.org
Date: 2008-05-14 03:07:12 -0700 (Wed, 14 May 2008)
Log Message:
-----------
minivmac: don't auto-open mounted disk images' windows in the Finder
Modified Paths:
--------------
users/ryandesign/minivmac/files/attach.exp
Modified: users/ryandesign/minivmac/files/attach.exp
===================================================================
--- users/ryandesign/minivmac/files/attach.exp 2008-05-14 09:36:20 UTC (rev 36765)
+++ users/ryandesign/minivmac/files/attach.exp 2008-05-14 10:07:12 UTC (rev 36766)
@@ -6,7 +6,7 @@
set flag "-readonly"
}
-spawn hdiutil attach "[lindex $argv 0]" -mountpoint "[lindex $argv 1]" -private -nobrowse $flag
+spawn hdiutil attach "[lindex $argv 0]" -mountpoint "[lindex $argv 1]" -private -nobrowse -noautoopen $flag
expect {
"Software License" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080514/ba636328/attachment.html
More information about the macports-changes
mailing list