From 1c649facea979c433918c6f3c0f978005908fb4d Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 4 Jun 2026 20:32:50 -0400 Subject: [PATCH] one more follow-up --- sys/unix/Makefile.top | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 5c6ca214b..c73f42ab1 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -392,16 +392,12 @@ 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 )