From a824fbd1ebf51f62b78f8b1cef803730a9faf95d Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 10 Nov 2010 00:49:54 +0100 Subject: [PATCH] make scripts/validate_xhtml5.sh fail hardly no 503s from validator.nu in a while... --- scripts/validate_xhtml5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/validate_xhtml5.sh b/scripts/validate_xhtml5.sh index 1a2cb265b..6d0e6abda 100755 --- a/scripts/validate_xhtml5.sh +++ b/scripts/validate_xhtml5.sh @@ -7,6 +7,6 @@ if [ -n "$(echo "$text"|grep "The document validates according to the specified else echo "=== $1 ===" echo "$text" - exit 0 #1 + exit 1 fi