diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2015-04-27 08:15:17 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2015-04-27 08:15:17 (GMT) |
commit | ceff4fe58f1c75530d12f8a1751d046e29cab53a (patch) | |
tree | 130e57abc70968800c346ff4f4d2ab14be50d31b | |
parent | 28f355e81e4af8dbb81ef9d979347a0fb6687475 (diff) | |
download | hdf5-ceff4fe58f1c75530d12f8a1751d046e29cab53a.zip hdf5-ceff4fe58f1c75530d12f8a1751d046e29cab53a.tar.gz hdf5-ceff4fe58f1c75530d12f8a1751d046e29cab53a.tar.bz2 |
[svn-r26926] Fixed previous typo in the installation of DMG file.
Tested: osx1010dev
-rwxr-xr-x | bin/cmakehdf5 | 2 |
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)" |