diff options
author | grbr404 <166065505+grbr404@users.noreply.github.com> | 2025-05-09 19:57:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-09 19:57:02 +0200 |
commit | bbc6ae61ac412874acd099717189dec43520a9ba (patch) | |
tree | d2cfd7f5206f42ac5c187594614f0d9fedad3f40 /scripts/ci | |
parent | cfd7f24803b6de2e007d506cf62ce8740fbfe4e9 (diff) |
Update run-client.sh
Diffstat (limited to 'scripts/ci')
-rwxr-xr-x | scripts/ci/linux/run-client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/linux/run-client.sh b/scripts/ci/linux/run-client.sh index 8bf54a5..29ed124 100755 --- a/scripts/ci/linux/run-client.sh +++ b/scripts/ci/linux/run-client.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Check if environment variables are already used by user +# Check if environment variables are already set if [ -n "${__GLX_VENDOR_LIBRARY_NAME}" ] || [ -n "${MESA_LOADER_DRIVER_OVERRIDE}" ] || [ -n "${GALLIUM_DRIVER}" ]; then : else # Check for Vulkan support |