mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Tru64 diff does support "diff foo /dev/null",
replace with "diff foo - < /dev/null"
This commit is contained in:
parent
7ea46e83f9
commit
2f80480ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ if test $RC != 0 ; then
|
|||
echo "ldapsearch failed ($RC)!"
|
||||
exit $RC
|
||||
fi
|
||||
$CMP $SEARCHOUT /dev/null > $CMPOUT
|
||||
$CMP $SEARCHOUT - < /dev/null > $CMPOUT
|
||||
if test $? != 0 ; then
|
||||
echo "failure: ldapsearch found attribute that was to be removed!"
|
||||
kill -HUP $PID
|
||||
|
|
|
|||
Loading…
Reference in a new issue