mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
on Solaris, /bin/sh is not bash; grep doesn't like ^auditcontext: without quotes
This commit is contained in:
parent
5ed0fc3749
commit
d9f63b082e
@ -339,9 +339,9 @@ fi
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
|
||||
echo "Filtering producer results..."
|
||||
. $LDIFFILTER < $MASTEROUT | grep -iv ^auditcontext: > $MASTERFLT
|
||||
. $LDIFFILTER < $MASTEROUT | grep -iv "^auditcontext:" > $MASTERFLT
|
||||
echo "Filtering consumer results..."
|
||||
. $LDIFFILTER < $SLAVEOUT | grep -iv ^auditcontext: > $SLAVEFLT
|
||||
. $LDIFFILTER < $SLAVEOUT | grep -iv "^auditcontext:" > $SLAVEFLT
|
||||
|
||||
echo "Comparing retrieved entries from producer and consumer..."
|
||||
$CMP $MASTERFLT $SLAVEFLT > $CMPOUT
|
||||
|
Loading…
Reference in New Issue
Block a user