From 08d96ffad094f4b686a2ad8f2a41a6b046b0f81b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 23 Apr 2013 12:45:01 +0200 Subject: [PATCH] Fix --fallback with the binary cache substituter Reported by Peter Simons. --- scripts/download-from-binary-cache.pl.in | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/download-from-binary-cache.pl.in b/scripts/download-from-binary-cache.pl.in index 68414ea63..e47457551 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; }