This commit is contained in:
Eelco Dolstra 2011-12-22 16:27:03 +00:00
parent b33da599c5
commit 524fa8a4f1
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results)
random_shuffle(entries_.begin(), entries_.end());
foreach (vector<Path>::iterator, i, entries_)
tryToDelete(state, nixStore + "/" + *i);
tryToDelete(state, *i);
} catch (GCLimitReached & e) {
}