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 )