mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
made it work ;-)
This commit is contained in:
parent
55ff4c3f08
commit
06bf988dc1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user