Bugreport: wyUpdate.exe /noerr does NOT return 1 on error

Bugreport--------------wyUpdate.exe /quickcheck /justcheck returns 1 on error, that's rightwyUpdate.exe /quickcheck /justcheck /noerr does NOT return 1 on error (it returns 0 "No updates")

The documentation at http://wyday.com/wybuild/help/wyupdate-commandline.php#noerr sais:/noerr When used together with the "/quickcheck" commandline argument, wyUpdate will return a 0 if no updates are found and return a 1 if there are errors.

I understand the /noerr argument as "do not show errors", but the wrong response "0" causes my application to show an "Everything fine - no new updates" message. If there is an error, like "client.wyc is missing", I'd like my application to decide, whether or not to show an error message "Something went wrong" instead of "No updates found" (which might be wrong)

Expectation-----------------wyUpdate.exe /quickcheck /justcheck (/noerr) returns 0=NoUpdates / 1=Error / 2=UpdateFound at all times and regardless of the /noerr switch.

This is fixed in subversion, it will be included in the next release.