From owner-freebsd-questions Tue Oct 5 15: 5:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 6FC4A15344 for ; Tue, 5 Oct 1999 15:04:30 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id KAA08740; Wed, 6 Oct 1999 10:59:40 +1300 (NZDT) Date: Wed, 6 Oct 1999 10:59:40 +1300 (NZDT) From: Jonathan Chen To: Mark Ovens Cc: chris@tourneyland.com, freebsd-questions@FreeBSD.ORG Subject: Re: 3.3-Release - problem with PATH? In-Reply-To: <19991005201206.D315@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 5 Oct 1999, Mark Ovens wrote: > I just wonder why ``make install'' doesn't run rehash as the last > thing it does (after testing the shell it's running in, if it only > applies to csh(1)) That's 'cos it would run in a sub-process, whereas "rehash" is internal to the shell's process. ie child wouldn't affect the calling process. Jonathan Chen ------------------------------------------------------------------------ Do not take life too seriously. You will never get out of it alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message