diff options
author | Reuben Thomas <rrt@sc3d.org> | 2011-06-09 14:09:56 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2011-06-09 19:53:41 +0100 |
commit | 3140ca4db8fbc35efaf44a4dd5176bfd0d99c713 (patch) | |
tree | 522d41cb2ae5b2f65567d3912f560a21049107ac | |
parent | 530c9140c7628f7062e2caff73c94e547ea0c45f (diff) | |
download | luafilesystem-3140ca4db8fbc35efaf44a4dd5176bfd0d99c713.tar.gz luafilesystem-3140ca4db8fbc35efaf44a4dd5176bfd0d99c713.tar.bz2 luafilesystem-3140ca4db8fbc35efaf44a4dd5176bfd0d99c713.zip |
Make test.lua find its interpreter using /usr/bin/env.
-rw-r--r-- | tests/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua index 6af7e9b..133bac2 100644 --- a/tests/test.lua +++ b/tests/test.lua | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/local/bin/lua5.1 | 1 | #!/usr/bin/env lua5.1 |
2 | 2 | ||
3 | local tmp = "/tmp" | 3 | local tmp = "/tmp" |
4 | local sep = "/" | 4 | local sep = "/" |