Switch variable from the device name to the package name for open.

Originally committed to SVN as r4012.
This commit is contained in:
Amar Takhar 2010-01-20 13:32:41 +00:00
parent 91e7ad52b0
commit 349ef61104
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ if test -n "${SET_STYLE}"; then
echo "********************************************************"
echo
echo "PRESS ENTER WHEN DONE"
open "/Volumes/${DEV_NAME}"
open "/Volumes/${PKG_NAME_VOLUME}"
read -e DUMB
hdiutil detach "${DEV_NAME}"