diff options
author | OBATA Akio <[email protected]> | 2020-07-10 15:40:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-07-10 16:05:54 +0900 |
commit | e54715dfb80d5dcc23edc9c722eb0faaf97115fa (patch) | |
tree | 8fd7b3ada4e0e1958b50ea227435694ac0dfd9c3 /config.tests/x11 | |
parent | 9a9b43b33e354917aaa15b39adc1237bb41dc464 (diff) | |
download | tqt3-e54715dfb80d5dcc23edc9c722eb0faaf97115fa.tar.gz tqt3-e54715dfb80d5dcc23edc9c722eb0faaf97115fa.zip |
Fix to display verbose message in some config tests
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit e37e24181bafe0fe84f2491a2c47d7fd7e2d2275)
Diffstat (limited to 'config.tests/x11')
-rwxr-xr-x | config.tests/x11/xinput.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/x11/xinput.test b/config.tests/x11/xinput.test index c8b3e08dc..c31388bd1 100755 --- a/config.tests/x11/xinput.test +++ b/config.tests/x11/xinput.test @@ -39,7 +39,7 @@ for LIBDIR in $LIBDIRS; do done if [ -z "$F" ]; then XINPUT=no - [ "VERBOSE" = "yes" ] && echo " Could not find XInput lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find XInput lib anywhere in $LIBDIRS" fi # check for XInput.h and the IRIX wacom.h |