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