Skip to content

Commit

Permalink
Require luarocks.loader in executables.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Sep 15, 2011
1 parent 17dd401 commit 6800ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/lunadoc
@@ -1,4 +1,5 @@
#!/usr/bin/env lua
require("luarocks.loader")

-- (c) 2011 John MacFarlane
-- Released under the MIT license.
Expand Down
1 change: 1 addition & 0 deletions bin/lunamark
@@ -1,4 +1,5 @@
#!/usr/bin/env lua
require("luarocks.loader")
-- lunamark program

--[===[
Expand Down

0 comments on commit 6800ef0

Please sign in to comment.