From 8aa0c6a5526a69b7f1b992990db59b275dfc2d80 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 21 Feb 2026 12:35:55 +0100 Subject: project documentation --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 1761ac5..b2f3fa9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -27,3 +27,5 @@ echo echo "== Stage 2 (compiling with stage 1 output) ==" X ./antcc1 $opt $cflags -o antcc2 $src X md5sum antcc2 + +(X cmp antcc1 antcc2) && echo ok. || (echo 'bootstrap FAIL!'; exit 1) -- cgit v1.2.3