File: fix-node-path.diff

package info (click to toggle)
node-bunyan 2.0.5%2B~cs4.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,484 kB
  • sloc: javascript: 4,299; perl: 672; python: 396; makefile: 120
file content (13 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: fix node path
Author: Xavier Guimard <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2019-03-06

--- a/bin/bunyan
+++ b/bin/bunyan
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/node
 /**
  * Copyright 2020 Trent Mick
  * Copyright 2020 Joyent Inc.