This commit is contained in:
Eelco Dolstra 2005-05-10 14:21:46 +00:00
parent 9ec7e58aa4
commit 456f3251d2
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,7 @@ void DerivationGoal::computeClosure()
Hash h2 = recursive ? hashPath(ht, path) : hashFile(ht, path);
if (h != h2)
throw Error(
format("output path `%1% should have %2% hash `%3%', instead has `%4%'")
format("output path `%1%' should have %2% hash `%3%', instead has `%4%'")
% path % algo % printHash(h) % printHash(h2));
}