X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-genesis-2.sh;fp=make-genesis-2.sh;h=38786bac8b35c93ab7a9d58be99a88197648f373;hb=0739c3692a3da5a8096662a0893c905be69bc12a;hp=92016f0536a710013cee3769d9133278d1916119;hpb=8fb02633217a721b85487531709779f338d02438;p=sbcl.git diff --git a/make-genesis-2.sh b/make-genesis-2.sh index 92016f0..38786ba 100644 --- a/make-genesis-2.sh +++ b/make-genesis-2.sh @@ -54,7 +54,7 @@ $SBCL_XC_HOST <<-'EOF' || exit 1 EOF echo //testing for consistency of first and second GENESIS passes -if diff -qr src/runtime/genesis output/genesis-2; then +if diff -r src/runtime/genesis output/genesis-2; then echo //header files match between first and second GENESIS -- good else echo error: header files do not match between first and second GENESIS