From db33c87a60013eea90226b71bc1454e3a63b6841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= <Mailaender@users.noreply.github.com> Date: Fri, 30 Oct 2020 18:10:51 +0100 Subject: [PATCH] Allow rpm to easily identify 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..222ab1d 100755 --- a/bin/luacheck.lua +++ b/bin/luacheck.lua @@ -1,2 +1,2 @@ -#!/usr/bin/env lua +#!/usr/bin/lua require "luacheck.main"