* Remove debug code.
This commit is contained in:
		
							parent
							
								
									c3981d81f6
								
							
						
					
					
						commit
						9f6835c282
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -40,7 +40,7 @@ for i in "$@"; do
 | 
				
			||||||
                "$i")
 | 
					                "$i")
 | 
				
			||||||
                
 | 
					                
 | 
				
			||||||
            for j in $storeExprs; do
 | 
					            for j in $storeExprs; do
 | 
				
			||||||
                echo "store expression is $j $(readlink "$j")" >&2
 | 
					                echo "store expression is $(readlink "$j")" >&2
 | 
				
			||||||
            done
 | 
					            done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            # Build the resulting store derivation.
 | 
					            # Build the resulting store derivation.
 | 
				
			||||||
| 
						 | 
					@ -51,7 +51,7 @@ for i in "$@"; do
 | 
				
			||||||
                -rv $extraArgs $storeExprs)
 | 
					                -rv $extraArgs $storeExprs)
 | 
				
			||||||
                
 | 
					                
 | 
				
			||||||
            for j in $outPaths; do
 | 
					            for j in $outPaths; do
 | 
				
			||||||
                echo "$j $(readlink "$j")"
 | 
					                echo "$(readlink "$j")"
 | 
				
			||||||
            done
 | 
					            done
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
            ;;
 | 
					            ;;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue