File: use-nodejs.patch

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