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

--- Comment #5 from Guangyuan (Charlie) Yang <yzgyy...@outlook.com> ---
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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to