From ceff4fe58f1c75530d12f8a1751d046e29cab53a Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 27 Apr 2015 03:15:17 -0500 Subject: [svn-r26926] Fixed previous typo in the installation of DMG file. Tested: osx1010dev --- bin/cmakehdf5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cmakehdf5 b/bin/cmakehdf5 index 876b4c2..1e642d3 100755 --- a/bin/cmakehdf5 +++ b/bin/cmakehdf5 @@ -149,7 +149,7 @@ INSTALL_HDF5() # copy the contents to the install location cp -R "/Volumes/$basename/HDF_Group" hdf5 # unmount the DMG file - hdiutil umount $install_file + hdiutil unmount /Volumes/$basename ;; *) # unknown/unsupported OS. echo "INSTALL_HDF5: Error--unknown/unsupported OS($myos)" -- cgit v0.12