Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2017 16:04:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 190660] freebsd-update(8) erroneous message when "fetch install" used
Message-ID:  <bug-190660-8-n68uDAX70Z@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190660-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190660-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D190660

--- Comment #5 from Guangyuan (Charlie) Yang <yzgyyang@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=20

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?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190660-8-n68uDAX70Z>