made it work ;-)

This commit is contained in:
Daniel Stenberg 2003-05-27 12:18:00 +00:00
parent 55ff4c3f08
commit 06bf988dc1
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ cvsup() {
# return (1 - RETURNVALUE) so that errors return 0 while goodness
# returns 1
return `expr 1 - $?`
return `expr 1 - $cvsstat`
}
att="0"