summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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