Correct a wrong check for the 'xrandr' executable.

This commit is contained in:
sphh 2021-05-18 15:11:33 +00:00 committed by GitHub
parent 8e30cdc0cb
commit 7ff59553af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ if test -z $XINPUT; then
fi
XRANDR=`which xrandr`
if test -z $GDBUS; then
if test -z $XRANDR; then
echo "Command 'xrandr' not found."
fi