mirror of https://github.com/CGAL/cgal
Added -b option to diff, for Windows 95 with Cygwin.
This commit is contained in:
parent
e73bee577a
commit
823be6aa95
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue