about summary refs log tree commit diff
path: root/scripts/download-from-binary-cache.pl.in
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-04-23T10·45+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-04-23T10·45+0200
commit08d96ffad094f4b686a2ad8f2a41a6b046b0f81b (patch)
tree9255b575dac76cad0965243f2d509121fbba39a9 /scripts/download-from-binary-cache.pl.in
parenta9b4e26b5c3ce6259526fe038c771b9325d3e99e (diff)
Fix --fallback with the binary cache substituter
Reported by Peter Simons.
Diffstat (limited to 'scripts/download-from-binary-cache.pl.in')
-rw-r--r--scripts/download-from-binary-cache.pl.in1
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 68414ea63a..e474575518 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;
 }