File: 0001-hardcode-lua5.1-as-the-interpreter.patch

package info (click to toggle)
luacheck 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,656 kB
  • sloc: sh: 106; makefile: 96; python: 35
file content (16 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Enrico Tassi <gares@fettunta.org>
Date: Wed, 19 Aug 2015 21:53:47 +0200
Subject: hardcode lua5.1 as the interpreter

---
 bin/luacheck.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/luacheck.lua b/bin/luacheck.lua
index cd52fdc..052bee6 100755
--- a/bin/luacheck.lua
+++ b/bin/luacheck.lua
@@ -1,2 +1,2 @@
-#!/usr/bin/env lua
+#!/usr/bin/env lua5.1
 require "luacheck.main"