mirror of
https://github.com/curl/curl.git
synced 2026-05-20 22:16:28 +03:00
made it work ;-)
This commit is contained in:
parent
55ff4c3f08
commit
06bf988dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue