File: use-nodejs.patch

package info (click to toggle)
node-jison 0.4.17%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 348 kB
  • sloc: javascript: 1,923; yacc: 32; makefile: 19; sh: 1
file content (11 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: Use nodejs
Index: node-jison/lib/cli.js
===================================================================
--- node-jison.orig/lib/cli.js
+++ node-jison/lib/cli.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs
 
 function getCommandlineOptions () {
     "use strict";