Skip to content
Snippets Groups Projects
Commit 2f80480e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Tru64 diff does support "diff foo /dev/null",

replace with "diff foo - < /dev/null"
parent 7ea46e83
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment