diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-07-30 20:15:13 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-07-30 20:15:13 (GMT) |
commit | dde81bb76bf168a082e3379dc68cf4ed55079ba1 (patch) | |
tree | d4d33c6ccbd6b279b7c0efb8df4142872b3280e2 /bin/snapshot | |
parent | 3ed85f3f357091ce14d785e829f40698e13767e4 (diff) | |
download | hdf5-dde81bb76bf168a082e3379dc68cf4ed55079ba1.zip hdf5-dde81bb76bf168a082e3379dc68cf4ed55079ba1.tar.gz hdf5-dde81bb76bf168a082e3379dc68cf4ed55079ba1.tar.bz2 |
[svn-r552] Fixed exit status
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-x | bin/snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 42a23a6..24776db 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -51,4 +51,4 @@ fi # Replace the previous version with the current version. rm -rf ${COMPARE}/previous mv ${COMPARE}/current ${COMPARE}/previous -exit 1 +exit 0 |