File: use-nodejs.patch

package info (click to toggle)
node-nodeunit 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,136 kB
  • ctags: 462
  • sloc: makefile: 159; sh: 2
file content (10 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Index: node-nodeunit/bin/nodeunit
===================================================================
--- node-nodeunit.orig/bin/nodeunit
+++ node-nodeunit/bin/nodeunit
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs
 
 var
     fs = require('fs'),