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