summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-06-15 13:57:16 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-06-15 13:57:16 +0000
commit9aa52fb1216e0bf527638d3e8b34ba072687afd0 (patch)
treec97b27e5a25be2fd3320935d5c5609c4957d3ae4 /validate
parent027d73530b293b676490adad5d470918cdc8feb1 (diff)
downloadhaskell-9aa52fb1216e0bf527638d3e8b34ba072687afd0.tar.gz
add the missing final row of dashes in the success message
Diffstat (limited to 'validate')
-rw-r--r--validate3
1 files changed, 3 insertions, 0 deletions
diff --git a/validate b/validate
index 8c3c2195c8..3a59a1f521 100644
--- 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
+ cat <<EOF
+-------------------------------------------------------------------
+EOF
else
cat <<EOF
I didn't find any problems, but this wasn't a complete validate run,