From 4e89f86c9756191c970749206563ac65b3c8d784 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 10 Apr 2000 17:29:11 -0500 Subject: [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. --- bin/snapshot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12