Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstevedonovan <steve.j.donovan@gmail.com>2010-12-20 18:52:24 +0300
committerstevedonovan <steve.j.donovan@gmail.com>2010-12-20 18:52:24 +0300
commit86379a2b0889ba8dc35b6e2cbd7ef4302c86944a (patch)
tree7a24f1e49ee76882dd8e975c5c1fd4e3aa1f66d0 /run.lua
parent29b77cb8c4b472c71fec7ae90c5aad1673677755 (diff)
Version 0.9.0 Initial Commit:0.9.0
- lots of documentation improvements - module() is no longer used
Diffstat (limited to 'run.lua')
-rw-r--r--run.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.lua b/run.lua
index cec3ead..02e3066 100644
--- a/run.lua
+++ b/run.lua
@@ -1,6 +1,6 @@
-- running the tests and examples
require 'pl'
-require 'lfs'
+local lfs = require 'lfs'
-- get the Lua executable used to invoke this script
cmd = arg[-1]