summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/cups.test
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-07-10 15:40:42 +0900
committerSlávek Banko <slavek.banko@axis.cz>2021-02-02 01:32:32 +0100
commitd664ab1859e2c0d07bf22ec6521b697ef6783bc9 (patch)
treeb7dd77886b68ef498ce8f8b4f710018e0d9a4729 /config.tests/unix/cups.test
parent8a351bdbd9f2976839d6efb246606199851b39a6 (diff)
downloadqt3-d664ab1859e2c0d07bf22ec6521b697ef6783bc9.tar.gz
qt3-d664ab1859e2c0d07bf22ec6521b697ef6783bc9.zip
Fix to display verbose message in some config tests
Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 6f2da8af3a2b7343b3d67be3a3093bb9cfc9d36e)
Diffstat (limited to 'config.tests/unix/cups.test')
-rwxr-xr-xconfig.tests/unix/cups.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/unix/cups.test b/config.tests/unix/cups.test
index 0b97e2b..55f5aee 100755
--- a/config.tests/unix/cups.test
+++ b/config.tests/unix/cups.test
@@ -45,7 +45,7 @@ else
done
if [ -z "$F" ]; then
CUPS=no
- [ "VERBOSE" = "yes" ] && echo " Could not find CUPS lib anywhere in $LIBDIRS"
+ [ "$VERBOSE" = "yes" ] && echo " Could not find CUPS lib anywhere in $LIBDIRS"
fi
done
fi