[svn-r552] Fixed exit status

This commit is contained in:
Robb Matzke 1998-07-30 15:15:13 -05:00
parent 3ed85f3f35
commit dde81bb76b

View File

@ -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