[Pkg-javascript-commits] [node-miller-rabin] 36/37: Replace node by nodejs

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:20:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-miller-rabin.

commit 362fb113d46999b5ce1abfce7ece08f14e6da476
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Mon Apr 17 14:15:09 2017 +0200

    Replace node by nodejs
    
    Forwarded: no
---
 bin/miller-rabin | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/miller-rabin b/bin/miller-rabin
index 2e18dfd..591e67d 100755
--- a/bin/miller-rabin
+++ b/bin/miller-rabin
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs
 var bn = require('bn.js');
 var fs = require('fs');
 var mr = require('../').create();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-miller-rabin.git



More information about the Pkg-javascript-commits mailing list