From owner-cvs-all Mon Jul 19 4: 0:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 252FB15121; Mon, 19 Jul 1999 04:00:33 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA44681; Mon, 19 Jul 1999 04:00:34 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199907191100.EAA44681@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 19 Jul 1999 04:00:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh eval.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/07/19 04:00:33 PDT Modified files: bin/sh eval.c Log: Fix handling of the cd command inside evaluations. It was changing PWD, which it should not do. PR: 12578 Reported by: Gerald Pfeifer Submitted by: Niall Smart Revision Changes Path 1.20 +2 -1 src/bin/sh/eval.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message