fixed bug which always reported error.

This commit is contained in:
Elijah Saxon 2005-03-21 17:50:49 +00:00
parent 9f9a166978
commit 76711771db

View File

@ -34,7 +34,7 @@ do
fi
done
if [ $error ]; then
if [ $error -eq 1 ]; then
echo "Error: because of earlier errors, we are leaving svn backups in $tmp instead of $dest"
else
if [ -d $dest -a -d $tmp ]; then