From b723dce67c3edc1c77da15e3edaa677449419c54 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Tue, 18 May 2010 01:24:00 +0200 Subject: [PATCH] scripts: auch bei *.{1,2,3}er abbrechen --- scripts/modlvatest_codea.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/modlvatest_codea.sh b/scripts/modlvatest_codea.sh index 366eab4..82ba335 100755 --- a/scripts/modlvatest_codea.sh +++ b/scripts/modlvatest_codea.sh @@ -139,6 +139,7 @@ do else echo "[Error] Status: $retval. Erwartet: ${i#*.}" let errnum=errnum+1 + exit 3; fi echo fi -- 2.25.1