add the missing final row of dashes in the success message
authorSimon Marlow <marlowsd@gmail.com>
Mon, 15 Jun 2009 13:57:16 +0000 (13:57 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 15 Jun 2009 13:57:16 +0000 (13:57 +0000)
validate

index 8c3c219..3a59a1f 100644 (file)
--- a/validate
+++ b/validate
@@ -128,6 +128,9 @@ WARNING: You seem to have things set in mk/validate.mk. Please check
 that it is OK before pushing.
 EOF
         fi
 that it is OK before pushing.
 EOF
         fi
+        cat <<EOF
+-------------------------------------------------------------------
+EOF
     else
         cat <<EOF
 I didn't find any problems, but this wasn't a complete validate run,
     else
         cat <<EOF
 I didn't find any problems, but this wasn't a complete validate run,