7 May
                
                    2020
                
            
            
                7 May
                
                '20
                
            
            
            
        
    
                2:18 p.m.
            
        commit 5f85f38954cfc4d5bd902c0359431c59c7165cbc Author: Arlo Breault <arlolra@gmail.com> Date: Wed May 6 17:55:23 2020 -0400 Add shebang for cl bin Trac: 34132 --- make.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.js b/make.js index 54f51f5..5cf38e4 100755 --- a/make.js +++ b/make.js @@ -141,7 +141,7 @@ task('webext', 'build the webextension', function() { task('node', 'build the node binary', function() { execSync('mkdir -p build'); - concatJS('build', 'node', 'snowflake.js', ''); + concatJS('build', 'node', 'snowflake.js', '#!/usr/bin/env node\n\n'); console.log('Node prepared.'); });
        2007
        
      
          Age (days ago)
        
      
        2007
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
arlo@torproject.org