From 0ea0de530119966f601bba2267b90dd7e8d63b87 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 4 Jun 2026 20:14:29 -0400 Subject: [PATCH] follow-up --- sys/unix/Makefile.top | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 3a96459b9..788a7dfc5 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -399,7 +399,8 @@ fetch-Lua: fi; \ fi; \ else \ - exit 1; \ + echo All three sites failed!; \ + break; \ fi; \ done; \ true )