Fix --fallback with the binary cache substituter

Reported by Peter Simons.
This commit is contained in:
Eelco Dolstra 2013-04-23 12:45:01 +02:00
parent a9b4e26b5c
commit 08d96ffad0
1 changed files with 1 additions and 0 deletions

View File

@ -516,6 +516,7 @@ sub downloadBinary {
}
print STDERR "could not download $storePath from any binary cache\n";
exit 1;
}