[Bug 220668] x11/xinit: Incorrectly calculates $displayname used by xauth
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 18 02:11:10 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220668
Duane <parakleta at darkreality.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #184314|0 |1
is obsolete| |
--- Comment #4 from Duane <parakleta at darkreality.org> ---
Created attachment 184458
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=184458&action=edit
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>`.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list