Commit 06bf988d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

made it work ;-)

parent 55ff4c3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"