From c20f5acbb5b9f058983cb42ad8ed6f42924461e9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 4 Jun 2026 21:16:17 -0400 Subject: [PATCH] Revert "one more follow-up" This reverts commit 1c649facea979c433918c6f3c0f978005908fb4d. --- sys/unix/Makefile.top | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index c73f42ab1..5c6ca214b 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -392,12 +392,16 @@ fetch-Lua: else \ echo Checking integrity of $$luafile with $$shac; \ $$shac -w --ignore-missing -c $$CHKSUMSTMP < $$luafile; \ + break; \ fi; \ fi; \ tar zxf $$luafile && \ rm -f $$luafile; \ fi; \ fi; \ + else \ + echo All three sites failed!; \ + break; \ fi; \ done; \ true )