diff options
Diffstat (limited to 'config.tests/unix/nis.test')
-rwxr-xr-x | config.tests/unix/nis.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/unix/nis.test b/config.tests/unix/nis.test index 2dc4c5ae6..21f9f89c9 100755 --- a/config.tests/unix/nis.test +++ b/config.tests/unix/nis.test @@ -50,7 +50,7 @@ else done if [ -z "$F" ]; then NIS=no - [ "VERBOSE" = "yes" ] && echo " Could not find NIS lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find NIS lib anywhere in $LIBDIRS" fi done fi |