aboutsummaryrefslogblamecommitdiff
path: root/devel/lua-luacheck/files/luacheck.in
blob: 2290c2aeed169586977f1f97eb78a09670944504 (plain) (tree)
1
2

                                                                                                                                                        
#!/bin/sh
exec "%%LUA_CMD%%" -e "package.path=[[%%INSTALL_DIR%%/src/?.lua;%%INSTALL_DIR%%/src/?/init.lua;]]..package.path" "%%INSTALL_DIR%%/bin/luacheck.lua" "$@"