summarylogtreecommitdiffstats
path: root/luacheck
diff options
context:
space:
mode:
Diffstat (limited to 'luacheck')
-rwxr-xr-xluacheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/luacheck b/luacheck
index ecc338ee2589..43cf02f8aa06 100755
--- a/luacheck
+++ b/luacheck
@@ -1,3 +1,3 @@
#!/bin/sh
-exec '/usr/bin/lua5.1' -e 'package.path="/usr/share/lua/5.1/?/init.lua;"..package.path; package.cpath="/usr/lib/lua/5.1/?.so;"..package.cpath' -e 'local k,l,_=pcall(require,"luarocks.loader") _=k and l.add_context("luacheck","scm-1")' '/usr/lib/luarocks/rocks-5.1/luacheck/scm-1/bin/luacheck' "$@"
+exec '/usr/bin/lua5.1' -e 'package.path="/usr/share/lua/5.1/?/init.lua;"..package.path; package.cpath="/usr/lib/lua/5.1/?.so;"..package.cpath' -e 'local k,l,_=pcall(require,"luarocks.loader") _=k and l.add_context("luacheck","scm-1")' '/usr/share/lua/5.1/luacheck/bin/luacheck' "$@"