From 08d96ffad094f4b686a2ad8f2a41a6b046b0f81b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 23 Apr 2013 12:45:01 +0200 Subject: Fix --fallback with the binary cache substituter Reported by Peter Simons. --- scripts/download-from-binary-cache.pl.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/download-from-binary-cache.pl.in') 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; } -- cgit 1.4.1