Fix typo "failed $(RC)" -> "failed ($RC)"

This commit is contained in:
Hallvard Furuseth 2005-09-26 14:50:15 +00:00
parent fc9bce707d
commit d10c999098

View File

@ -48,7 +48,7 @@ for i in 0 1 2 3 4 5; do
sleep 5
done
if test $RC != 0 ; then
echo "ldapsearch failed $(RC)!"
echo "ldapsearch failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
fi