From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 12:57:17 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 364331065740 for ; Sat, 9 Oct 2010 12:57:17 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0AD158FC0C for ; Sat, 9 Oct 2010 12:57:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o99CvGog061027 for ; Sat, 9 Oct 2010 12:57:16 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o99CvGfq061026 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 12:57:16 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010091257.o99CvGfq061026@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sat, 9 Oct 2010 12:57:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/bin/sh parser.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2010 12:57:17 -0000 jilles 2010-10-09 12:57:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) bin/sh parser.c Log: SVN rev 213654 on 2010-10-09 12:57:06Z by jilles MFC r209653: sh: Use $PWD instead of getcwd() for \w \W prompt expansions. This ensures that the logical working directory (which may include symlinks) is shown and is similar to the default behaviour of the pwd builtin. Revision Changes Path 1.63.2.9 +11 -12 src/bin/sh/parser.c