diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-07-30 20:33:08 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-07-30 20:33:08 (GMT) |
commit | a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6 (patch) | |
tree | 84e15ff1749a17da2d93354cd7e8080639a90cf7 /bin/snapshot | |
parent | b4f144907e07bc3a660cadc532b28d7c197197b5 (diff) | |
download | hdf5-a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6.zip hdf5-a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6.tar.gz hdf5-a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6.tar.bz2 |
[svn-r554] *** empty log message ***
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-x | bin/snapshot | 4 |
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 |