[Wayland-bugs] [Bug 108635] Mesa master commit 68dc591af16ebb36814e4c187e4998948103c99c causes XWayland to segfault
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Nov 2 15:48:53 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108635
--- Comment #11 from Chris Wilson <chris at chris-wilson.co.uk> ---
diff --git a/src/egl/egl-entrypoint-check b/src/egl/egl-entrypoint-check
index d6a42722a44..c7f3933a29b 100755
--- a/src/egl/egl-entrypoint-check
+++ b/src/egl/egl-entrypoint-check
@@ -7,5 +7,5 @@ then
fi
entrypoints=$(grep EGL_ENTRYPOINT "$srcdir"/main/eglentrypoint.h)
-sorted=$(LC_ALL=C sort <<< "$entrypoints")
+sorted=$(LC_ALL="" sort <<< "$entrypoints")
test "$entrypoints" = "$sorted"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20181102/b12002eb/attachment.html>
More information about the wayland-bugs
mailing list