summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-07-30 20:15:13 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-07-30 20:15:13 (GMT)
commitdde81bb76bf168a082e3379dc68cf4ed55079ba1 (patch)
treed4d33c6ccbd6b279b7c0efb8df4142872b3280e2 /bin
parent3ed85f3f357091ce14d785e829f40698e13767e4 (diff)
downloadhdf5-dde81bb76bf168a082e3379dc68cf4ed55079ba1.zip
hdf5-dde81bb76bf168a082e3379dc68cf4ed55079ba1.tar.gz
hdf5-dde81bb76bf168a082e3379dc68cf4ed55079ba1.tar.bz2
[svn-r552] Fixed exit status
Diffstat (limited to 'bin')
-rwxr-xr-xbin/snapshot2
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