don't use -u: it's not portable (ITS#3969)

This commit is contained in:
Pierangelo Masarati 2005-08-25 20:05:51 +00:00
parent afaf426231
commit ea1d68e203

View File

@ -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