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 )