Fix typo $backend -> $BACKEND in message

This commit is contained in:
Hallvard Furuseth 2010-11-22 12:21:08 +00:00
parent 92986c3434
commit 6dff367fce

View file

@ -112,7 +112,7 @@
# iterations the script should perform.
if test "$BACKEND" = ldif ; then
echo "$backend backend does not support access controls, test skipped"
echo "$BACKEND backend does not support access controls, test skipped"
exit 0
fi