one more follow-up

This commit is contained in:
nhmall
2026-06-04 20:32:50 -04:00
parent 784692fd40
commit 1c649facea
-4
View File
@@ -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 )