--- code/trunk/RunGrepTest 2009/10/04 09:27:20 460 +++ code/trunk/RunGrepTest 2009/10/05 10:59:35 461 @@ -29,9 +29,9 @@ # that lacks a -u option. Try to deal with this; better do the test for the -b # option as well. -if diff -u /dev/null /dev/null; then +if diff -u /dev/null /dev/null; then if diff -ub /dev/null /dev/null; then cf="diff -ub"; else cf="diff -u"; fi -else +else if diff -b /dev/null /dev/null; then cf="diff -b"; else cf="diff"; fi fi