https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190660

--- Comment #5 from Guangyuan (Charlie) Yang <[email protected]> ---
In my opinion, the approach of the proposed patch is not clean enough, since
the behaviors of compound statements should always be equivalent to running it
separately, for example:

freebsd-update fetch install

should have the same effect as 

freebsd-update fetch
freebsd-update install

The real question here is, should `install` return 0 or 1 (currently 1) if
there's nothing to install?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to