[Pkg-javascript-commits] [node-es6-module-transpiler] 03/09: On Debian systems, use nodejs
Julien Puydt
julien.puydt at laposte.net
Tue Oct 20 07:14:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-es6-module-transpiler.
commit 2deb6436267d32b2289a18c843fa8339a3be8364
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Mon Oct 19 15:26:46 2015 +0200
On Debian systems, use nodejs
---
bin/compile-modules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/compile-modules b/bin/compile-modules
index 9c3f3d0..4069855 100755
--- a/bin/compile-modules
+++ b/bin/compile-modules
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/nodejs
var Path = require('path');
var exe = Path.basename(process.argv[1]);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-es6-module-transpiler.git
More information about the Pkg-javascript-commits
mailing list