summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-07-17 12:46:17 +0100
committerEric Engestrom <eric.engestrom@intel.com>2018-08-21 15:41:41 +0100
commit1ca23420c1c334f91c2a3e69fdd3ae24f189a41f (patch)
treed537d03c60960c9ad0c25c2cc1a0b8d2731bf77d /docs
parent6ff1c479968819b93c46d24bd898e89ce14ac401 (diff)
docs: trivial s/>/&gt;/ html fix
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/releasing.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/releasing.html b/docs/releasing.html
index 14315e7a8e4..52e102207d1 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -492,10 +492,10 @@ Here is one solution that I've been using.
# Drop LLVM_CONFIG, if applicable:
# unset LLVM_CONFIG
- __glxinfo_cmd='glxinfo 2>&amp;1 | egrep -o "Mesa.*|Gallium.*|.*dri\.so"'
- __glxgears_cmd='glxgears 2>&amp;1 | grep -v "configuration file"'
- __es2info_cmd='es2_info 2>&amp;1 | egrep "GL_VERSION|GL_RENDERER|.*dri\.so"'
- __es2gears_cmd='es2gears_x11 2>&amp;1 | grep -v "configuration file"'
+ __glxinfo_cmd='glxinfo 2&gt;&amp;1 | egrep -o "Mesa.*|Gallium.*|.*dri\.so"'
+ __glxgears_cmd='glxgears 2&gt;&amp;1 | grep -v "configuration file"'
+ __es2info_cmd='es2_info 2&gt;&amp;1 | egrep "GL_VERSION|GL_RENDERER|.*dri\.so"'
+ __es2gears_cmd='es2gears_x11 2&gt;&amp;1 | grep -v "configuration file"'
test "x$LD_LIBRARY_PATH" != 'x' &amp;&amp; __old_ld="$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH=`pwd`/test/usr/local/lib/:"${__old_ld}"
export LIBGL_DRIVERS_PATH=`pwd`/test/usr/local/lib/dri/