File: nodejs-rename.patch

package info (click to toggle)
node-marked-man 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 412 kB
  • ctags: 26
  • sloc: makefile: 14
file content (12 lines) | stat: -rw-r--r-- 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: rename shebang to nodejs
Last-Update: 2016-11-11
Forwarded: not-needed
Author: Jérémy Lal <kapouer@melix.org>
--- a/bin/marked-man
+++ b/bin/marked-man
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs
 
 require('../'); // force bin/marked to require marked-man