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"
