File: nodejs-shebang.patch

package info (click to toggle)
node-stylus 0.59.0%2B~0.48.38-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,960 kB
  • sloc: javascript: 9,198; makefile: 30
file content (19 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Andrew Kelley <superjoe30@gmail.com>
Date: Thu, 30 Oct 2025 16:44:00 +0100
Subject: Fix nodejs shebang line

Forwarded: not-needed
---
 bin/stylus | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/stylus b/bin/stylus
index df9a18b..472b953 100755
--- a/bin/stylus
+++ b/bin/stylus
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/node
 
 /**
  * Module dependencies.