summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2015-04-27 08:15:17 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2015-04-27 08:15:17 (GMT)
commitceff4fe58f1c75530d12f8a1751d046e29cab53a (patch)
tree130e57abc70968800c346ff4f4d2ab14be50d31b /bin/cmakehdf5
parent28f355e81e4af8dbb81ef9d979347a0fb6687475 (diff)
downloadhdf5-ceff4fe58f1c75530d12f8a1751d046e29cab53a.zip
hdf5-ceff4fe58f1c75530d12f8a1751d046e29cab53a.tar.gz
hdf5-ceff4fe58f1c75530d12f8a1751d046e29cab53a.tar.bz2
[svn-r26926] Fixed previous typo in the installation of DMG file.
Tested: osx1010dev
Diffstat (limited to 'bin/cmakehdf5')
-rwxr-xr-xbin/cmakehdf52
1 files changed, 1 insertions, 1 deletions
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)"