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 )