Summary: | startx uses GNUism "expr match", causing errors on non-GNU systems | ||
---|---|---|---|
Product: | xorg | Reporter: | Jens Schweikhardt <schweikh> |
Component: | App/xinit | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | ||
Version: | 7.7 (2012.06) | ||
Hardware: | Other | ||
OS: | FreeBSD | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Jens Schweikhardt
2015-08-30 13:12:08 UTC
This was fixed by: commit e3bab0cc706880c22f2b205e7abad9d8c0227071 Author: Mark Kettenis <kettenis@openbsd.org> Date: Thu Jan 29 11:23:01 2015 +0100 startx: Don't use GNU expr extensions Use the ':' operator instead of "match" and avoid the use of "\+". Both constructions aren't specified by POSIX and not supported in BSD expr. Also drop the '^' from the regular expressions as it is implicit and POSIX leaves its behaviour undefined. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.