From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 15 19:31:39 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1C3916A4CE; Wed, 15 Sep 2004 19:31:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C0243D41; Wed, 15 Sep 2004 19:31:39 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) i8FJVdcm070074; Wed, 15 Sep 2004 19:31:39 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8FJVdl6070070; Wed, 15 Sep 2004 19:31:39 GMT (envelope-from simon) Date: Wed, 15 Sep 2004 19:31:39 GMT From: "Simon L. Nielsen" Message-Id: <200409151931.i8FJVdl6070070@freefall.freebsd.org> To: chris@claimlynx.com, simon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/71769: install command sets improper exit values X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2004 19:31:39 -0000 Synopsis: install command sets improper exit values State-Changed-From-To: open->closed State-Changed-By: simon State-Changed-When: Wed Sep 15 19:30:00 GMT 2004 State-Changed-Why: Not a bug - you are looking at the wrong variable. >From sh(1): # Expands to the number of positional parameters. ? Expands to the exit status of the most recent pipeline. BTW. if install returned non-zero error code all install(world|kernel)'s would fail. http://www.freebsd.org/cgi/query-pr.cgi?pr=71769