[chutney/master] fixup! Avoid using "unset" now that we have -o nounset enabled.
            
            
            
                26 Jun
                
                    2020
                
            
            
                26 Jun
                
                '20
                
            
            
            
        
    
                4:34 p.m.
            
        commit 4b2cb0d8084bc26b06993bcdd12cf739b7aeee6f Author: Nick Mathewson <nickm@torproject.org> Date: Wed Jun 24 15:30:29 2020 -0400 fixup! Avoid using "unset" now that we have -o nounset enabled. --- tools/test-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-network.sh b/tools/test-network.sh index c221db4..7717655 100755 --- a/tools/test-network.sh +++ b/tools/test-network.sh @@ -285,7 +285,7 @@ if [ -d "$TOR_DIR" ]; then TOR_APP_DIR="$TOR_DIR/src/or" else $ECHO "$myname: \$TOR_DIR has no src/app or src/or, looking elsewhere" - unset TOR_DIR + TOR_DIR="" fi fi
        1957
        
      
          Age (days ago)
        
      
        1957
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
nickm@torproject.org