Added -b option to diff, for Windows 95 with Cygwin.

This commit is contained in:
Geert-Jan Giezeman 2000-01-13 15:39:24 +00:00
parent e73bee577a
commit 823be6aa95
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ one_run()
then
if [ -r ${goodresult} ]
then
if diff output ${goodresult} > diffoutput
if diff -b output ${goodresult} > diffoutput
then
succes=ja
else