From owner-freebsd-current Mon Jan 27 00:58:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26703 for current-outgoing; Mon, 27 Jan 1997 00:58:17 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA26698 for ; Mon, 27 Jan 1997 00:58:15 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id AAA10463; Mon, 27 Jan 1997 00:58:01 -0800 (PST) Message-Id: <199701270858.AAA10463@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: peter@hw.nl (Peter Korsten) cc: randyd@nconnect.net (Randy DuCharme), current@FreeBSD.ORG Subject: Re: Can't get `.' off of root's path In-reply-to: Your message of "Mon, 27 Jan 1997 09:29:59 +0100." From: David Greenman Reply-To: dg@root.com Date: Mon, 27 Jan 1997 00:58:01 -0800 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> What's even worse... if I do an... >> >> echo $PATH >> >> dot isn't there. > >No idea about that. Not even at the very end? Make sure you don't have a ":" (a null path component) at the end, either, since this is equivalent to the current directory ("."). Also make sure that there are no relative path specifications (no leading "/" or contains a ".."). -DG David Greenman Core-team/Principal Architect, The FreeBSD Project