From owner-freebsd-hackers Sun Mar 16 12:33:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA17985 for hackers-outgoing; Sun, 16 Mar 1997 12:33:40 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA17970 for ; Sun, 16 Mar 1997 12:33:29 -0800 (PST) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.8.5/8.6.6) with ESMTP id NAA02303; Sun, 16 Mar 1997 13:33:13 -0700 (MST) Message-Id: <199703162033.NAA02303@rover.village.org> To: Bruce Evans Subject: Re: Make question Cc: chuckr@glue.umd.edu, hackers@freebsd.org In-reply-to: Your message of "Sun, 16 Mar 1997 19:18:09 +1100." <199703160818.TAA31378@godzilla.zeta.org.au> References: <199703160818.TAA31378@godzilla.zeta.org.au> Date: Sun, 16 Mar 1997 13:33:13 -0700 From: Warner Losh Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199703160818.TAA31378@godzilla.zeta.org.au> Bruce Evans writes: : Fix: use only real shells (that don't export $PWD). Do you happen to know which shells do this? I suppose that using tcsh and seeing the problem doesn't put that shell on the list :-). Also, now that I know the problem, a simple ln -s /usr/obj/jaz/FreeSBD/current/src /usr/obj/usr/src seems to work around the problem for me. Thanks for the insight. Warner