0.7.13.31:
[sbcl.git] / make-genesis-2.sh
index 92016f0..38786ba 100644 (file)
@@ -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