diff options
Diffstat (limited to 'config.tests/unix/cups.test')
-rwxr-xr-x | config.tests/unix/cups.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/unix/cups.test b/config.tests/unix/cups.test index 0b97e2b9d..55f5aeee7 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 |