diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-04-23T10·45+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-04-23T10·45+0200 |
commit | 08d96ffad094f4b686a2ad8f2a41a6b046b0f81b (patch) | |
tree | 9255b575dac76cad0965243f2d509121fbba39a9 /scripts | |
parent | a9b4e26b5c3ce6259526fe038c771b9325d3e99e (diff) |
Fix --fallback with the binary cache substituter
Reported by Peter Simons.
Diffstat (limited to 'scripts')
-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; } |