Date: Tue, 18 Jul 2017 02:11:10 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 220668] x11/xinit: Incorrectly calculates $displayname used by xauth Message-ID: <bug-220668-7141-Ukc3rNPwSr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220668-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-220668-7141@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=3D220668 Duane <parakleta@darkreality.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184314|0 |1 is obsolete| | --- Comment #4 from Duane <parakleta@darkreality.org> --- Created attachment 184458 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184458&action= =3Dedit Additionally fix `expr` bashism This also fixes a bashism (I think) in the vtarg expression which was `expr match $i <regex>` and is now instead `expr $i : <regex>`. --=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-220668-7141-Ukc3rNPwSr>