mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
don't use -u: it's not portable (ITS#3969)
This commit is contained in:
parent
afaf426231
commit
ea1d68e203
@ -124,7 +124,8 @@ SLAPCAT="../servers/slapd/slapd -Tc $LDAP_VERBOSE"
|
||||
SLAPINDEX="../servers/slapd/slapd -Ti $LDAP_VERBOSE"
|
||||
|
||||
unset DIFF_OPTIONS
|
||||
DIFF="diff -iu"
|
||||
# NOTE: -u/-c is not that portable...
|
||||
DIFF="diff -i"
|
||||
CMP="diff -i"
|
||||
BCMP="diff -iB"
|
||||
CMPOUT=/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user