From dde81bb76bf168a082e3379dc68cf4ed55079ba1 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Thu, 30 Jul 1998 15:15:13 -0500 Subject: [svn-r552] Fixed exit status --- bin/snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12