Skip to content
Snippets Groups Projects
Commit 76711771 authored by elijah's avatar elijah
Browse files

fixed bug which always reported error.

parent 9f9a1669
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment