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 && \