From 784692fd408517fc164cb634e7a6560748d85cc8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 4 Jun 2026 20:22:50 -0400 Subject: [PATCH] yet another follow-up for Makefile.top fetch-Lua --- sys/unix/Makefile.top | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 788a7dfc5..5c6ca214b 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -392,6 +392,7 @@ fetch-Lua: else \ echo Checking integrity of $$luafile with $$shac; \ $$shac -w --ignore-missing -c $$CHKSUMSTMP < $$luafile; \ + break; \ fi; \ fi; \ tar zxf $$luafile && \