diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-04-10 22:29:11 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-04-10 22:29:11 (GMT) |
commit | 4e89f86c9756191c970749206563ac65b3c8d784 (patch) | |
tree | 1ef17e07f62133f0ec29ccf32f3c4a1a7f563a3a /bin | |
parent | 5884b4891bd8a3a0b5c56591bf7a8cfa17fe0f92 (diff) | |
download | hdf5-4e89f86c9756191c970749206563ac65b3c8d784.zip hdf5-4e89f86c9756191c970749206563ac65b3c8d784.tar.gz hdf5-4e89f86c9756191c970749206563ac65b3c8d784.tar.bz2 |
[svn-r2106] Changed the BASEDIR name to the form of $HOME/snapshots-${H5VERSION}
so that it is the same as the released version and allows easy
appendix of version number. For the development branch, $H5VERSION
is just "hdf5", representing the current version of the main=truck.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/snapshot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index f1cf331..c4aad35 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -164,7 +164,8 @@ CONFIGURE="./configure $HDF4LIB $OP_CONFIGURE" # Execute the requests snapshot=yes -BASEDIR=${HOME}/hdf5-snapshots +H5VERSION=hdf5 +BASEDIR=${HOME}/snapshots-${H5VERSION} CURRENT=${BASEDIR}/current PREVIOUS=${BASEDIR}/previous |