<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Mesa master commit 68dc591af16ebb36814e4c187e4998948103c99c causes XWayland to segfault"
href="https://bugs.freedesktop.org/show_bug.cgi?id=108635#c11">Comment # 11</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Mesa master commit 68dc591af16ebb36814e4c187e4998948103c99c causes XWayland to segfault"
href="https://bugs.freedesktop.org/show_bug.cgi?id=108635">bug 108635</a>
from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
<pre>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"</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>