Revert "one more follow-up"

This reverts commit 1c649facea.
This commit is contained in:
nhmall
2026-06-04 21:16:17 -04:00
parent 1c649facea
commit c20f5acbb5
+4
View File
@@ -392,12 +392,16 @@ 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 )