aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-04-08 12:53:19 +0200
committerKim Alvefur <zash@zash.se>2023-04-08 12:53:19 +0200
commit5a8fbd06a8b256526e5b1e56b32844fd94eb1c1a (patch)
tree4eb260f035b84941c4d5b41b9651f7fa00198413 /tools
parentdbb0c688cb08338bb276a1ed5fe9499e71a34d80 (diff)
downloadprosody-5a8fbd06a8b256526e5b1e56b32844fd94eb1c1a.tar.gz
prosody-5a8fbd06a8b256526e5b1e56b32844fd94eb1c1a.zip
tools/tb2err: Drop use of lua-any since it should run fine on any Lua
Dependencies--; \o/
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tb2err3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tb2err b/tools/tb2err
index 7b676813..8399e630 100755
--- a/tools/tb2err
+++ b/tools/tb2err
@@ -1,5 +1,4 @@
-#!/usr/bin/env lua-any
--- Lua-Versions: 5.3 5.2 5.1
+#!/usr/bin/env lua
-- traceback to errors.err for vim -q
local path_sep = package.config:sub(1,1);
for line in io.lines() do