File: update_shebang.patch

package info (click to toggle)
node-markdown-it 22.2.3%2Bdfsg%2B~12.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,820 kB
  • sloc: javascript: 6,872; makefile: 225
file content (12 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Update for use of shebang
Author: Sakshi Sangwan <sangwansakshi10@gmail.com>
Last-Update: 2020-02-07

--- a/bin/markdown-it.js
+++ b/bin/markdown-it.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/node
 /*eslint no-console:0*/
 
 'use strict';