diff options
author | Ian Lynagh <igloo@earth.li> | 2008-03-02 15:13:39 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-03-02 15:13:39 +0000 |
commit | 3a26865812b57bc7f14d0f3c8fb3ece13a6691f0 (patch) | |
tree | 893291817cf797b5952493d5db83bb4a68e5cca6 /validate | |
parent | c0d0b2d9fa2cb812f61ad3f8048feb82919a1974 (diff) | |
download | haskell-3a26865812b57bc7f14d0f3c8fb3ece13a6691f0.tar.gz |
Fix typo
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ #!/bin/sh # Flags: -# --no-clean: don't make clean first, just carry on from -# a previous interrupted validation run -# --testuite-only: don't build the compiler, just run -# the test suite +# --no-clean: don't make clean first, just carry on from +# a previous interrupted validation run +# --testsuite-only: don't build the compiler, just run +# the test suite set -e |