diff options
-rw-r--r-- | scripts/download-from-binary-cache.pl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/download-from-binary-cache.pl.in b/scripts/download-from-binary-cache.pl.in index 68414ea63ad1..e47457551841 100644 --- a/scripts/download-from-binary-cache.pl.in +++ b/scripts/download-from-binary-cache.pl.in @@ -516,6 +516,7 @@ sub downloadBinary { } print STDERR "could not download ‘$storePath’ from any binary cache\n"; + exit 1; } |