File: fix-script-path

package info (click to toggle)
rakudo 2024.09-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,508 kB
  • sloc: perl: 4,815; ansic: 2,724; java: 2,622; javascript: 590; makefile: 434; sh: 370; cpp: 152
file content (23 lines) | stat: -rw-r--r-- 577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Debian Rakudo Maintainers <pkg-rakudo-devel@lists.alioth.debian.org>
Date: Fri, 4 Oct 2024 02:19:22 +0000
Subject: Fix script path

Forwarded: not-needed
Author: dod

Use absolute path for raku interpreter
===================================================================
---
 tools/install-dist.p6 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/install-dist.p6 b/tools/install-dist.p6
index 0e84ce3..b450b7d 100755
--- a/tools/install-dist.p6
+++ b/tools/install-dist.p6
@@ -1,4 +1,4 @@
-#!/usr/bin/env raku
+#!/usr/bin/raku
 
 =begin pod