File: 0001-Use-lua-any-to-choose-the-right-interpreter-version.patch

package info (click to toggle)
lua-ldoc 1.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 880 kB
  • sloc: ansic: 56; makefile: 55
file content (19 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Enrico Tassi <gareuselesinge@debian.org>
Date: Wed, 19 Aug 2015 19:44:38 +0200
Subject: Use lua-any to choose the right interpreter version

---
 ldoc.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ldoc.lua b/ldoc.lua
index 4cb9966..00e5cce 100644
--- a/ldoc.lua
+++ b/ldoc.lua
@@ -1,4 +1,5 @@
-#!/usr/bin/env lua
+#!/usr/bin/env lua-any
+-- Lua-Versions: 5.2 5.1
 ---------------
 -- ## ldoc, a Lua documentation generator.
 --