From 3a26865812b57bc7f14d0f3c8fb3ece13a6691f0 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 2 Mar 2008 15:13:39 +0000 Subject: [PATCH] Fix typo --- validate | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/validate b/validate index d4969ef..20436d3 100644 --- a/validate +++ b/validate @@ -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 -- 1.7.10.4