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.'); });
tor-commits@lists.torproject.org