[Pkg-javascript-commits] [node-miller-rabin] 05/08: Replace node by nodejs
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 09:46:26 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 d5fb9f881e7b44bad44b39ebe15107e1c1b7d757
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