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 \ else \
echo Checking integrity of $$luafile with $$shac; \ echo Checking integrity of $$luafile with $$shac; \
$$shac -w --ignore-missing -c $$CHKSUMSTMP < $$luafile; \ $$shac -w --ignore-missing -c $$CHKSUMSTMP < $$luafile; \
break; \
fi; \ fi; \
fi; \ fi; \
tar zxf $$luafile && \ tar zxf $$luafile && \
rm -f $$luafile; \ rm -f $$luafile; \
fi; \ fi; \
fi; \ fi; \
else \
echo All three sites failed!; \
break; \
fi; \ fi; \
done; \ done; \
true ) true )