Date: Mon, 30 May 2016 22:00:52 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 209873] error in sh(1) manpage description of PS1 formatting sequences Message-ID: <bug-209873-9-JyxoLKerVV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209873-9@https.bugs.freebsd.org/bugzilla/> References: <bug-209873-9@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209873 Warren Block <wblock@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wblock@FreeBSD.org --- Comment #1 from Warren Block <wblock@FreeBSD.org> --- When tested here on 10-stable, sh(1) works as shown currently, with \W being the final component of the CWD, and \w being the entire CWD: % sh $ pwd /home/wblock $ PS1=3D"\W $" wblock $ PS1=3D"\w $" /home/wblock $ --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209873-9-JyxoLKerVV>