[Pkg-javascript-commits] [node-browserify-lite] 04/07: fix shebang line patch
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Fri May 15 22:11:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-browserify-lite.
commit b77c8f0db91f2e997285bbc827889e3d956873cb
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Fri May 15 20:31:17 2015 +0000
fix shebang line patch
---
debian/patches/nodejs-shebang.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/nodejs-shebang.patch b/debian/patches/nodejs-shebang.patch
index 760ae6e..454880f 100644
--- a/debian/patches/nodejs-shebang.patch
+++ b/debian/patches/nodejs-shebang.patch
@@ -5,7 +5,7 @@ Forwarded: not-needed
--- node-browserify-lite-0.2.0.orig/cli.js
+++ node-browserify-lite-0.2.0/cli.js
@@ -1,4 +1,4 @@
--#!/usr/bin/node
+-#!/usr/bin/env node
+#!/usr/bin/nodejs
var fs = require('fs');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-lite.git
More information about the Pkg-javascript-commits
mailing list