#!/bin/sh

# as a workaround for libGL's initial-exec TLS we preload libgl
# https://bugs.freedesktop.org/show_bug.cgi?id=35268

LD_PRELOAD=libGL.so.1 exec /usr/lib/firefox-31.2.0/firefox "$@"
