Quoted some variables

This commit is contained in:
Héctor Molinero Fernández
2021-12-30 11:51:07 +01:00
parent ea5880341b
commit 4220106bf2
3 changed files with 8 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ if [ -z "${VGL_DISPLAY-}" ]; then
else
for card in /dev/dri/card*; do
if /opt/VirtualGL/bin/eglinfo -B "${card:?}" 2>/dev/null; then
export VGL_DISPLAY=${card:?}
export VGL_DISPLAY="${card:?}"
break
fi
done