diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-06-15 13:57:16 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-06-15 13:57:16 +0000 |
commit | 9aa52fb1216e0bf527638d3e8b34ba072687afd0 (patch) | |
tree | c97b27e5a25be2fd3320935d5c5609c4957d3ae4 /validate | |
parent | 027d73530b293b676490adad5d470918cdc8feb1 (diff) | |
download | haskell-9aa52fb1216e0bf527638d3e8b34ba072687afd0.tar.gz |
add the missing final row of dashes in the success message
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |