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