forked from lix-project/lix
Fix faulty reversion of my changes to unsafeDiscardOutputDependency
This commit is contained in:
parent
ca0d47a70c
commit
2ab29be70c
|
@ -989,7 +989,7 @@ static void prim_unsafeDiscardOutputDependency(EvalState & state, Value * * args
|
|||
PathSet context2;
|
||||
foreach (PathSet::iterator, i, context) {
|
||||
Path p = *i;
|
||||
p = "~" + string(p, 1);
|
||||
if (p.at(0) == '=') p = "~" + string(p, 1);
|
||||
context2.insert(p);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue