Skip to content
Snippets Groups Projects
Commit 06bf988d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

made it work ;-)

parent 55ff4c3f
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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