summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-07-30 20:33:08 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-07-30 20:33:08 (GMT)
commita0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6 (patch)
tree84e15ff1749a17da2d93354cd7e8080639a90cf7 /bin
parentb4f144907e07bc3a660cadc532b28d7c197197b5 (diff)
downloadhdf5-a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6.zip
hdf5-a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6.tar.gz
hdf5-a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6.tar.bz2
[svn-r554] *** empty log message ***
Diffstat (limited to 'bin')
-rwxr-xr-xbin/snapshot4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/snapshot b/bin/snapshot
index 31b28f3..2bb7876 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -35,9 +35,9 @@ cvs -Q co -d ${COMPARE}/current hdf5 || exit 1
if [ -d ${COMPARE}/previous ]; then
if (diff -r -I H5_VERS_RELEASE -I " released on " \
${COMPARE}/previous ${COMPARE}/current >/dev/null); then
- update=yes
+ update=no
else
- update=no
+ update=yes
fi
else
update=yes