changeset 231:a35417bf493a

minor git-svn-id: https://luan-java.googlecode.com/svn/trunk@232 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Wed, 01 Oct 2014 02:15:39 +0000
parents 4438cb2e04d0
children 9ce18106f95a
files web/src/luan/modules/web/Web_server.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/web/src/luan/modules/web/Web_server.luan	Tue Sep 30 20:03:56 2014 +0000
+++ b/web/src/luan/modules/web/Web_server.luan	Wed Oct 01 02:15:39 2014 +0000
@@ -70,7 +70,7 @@
 function serve(dir)
 	dir = dir.gsub("/$","")  -- remove trailing '/' if any
 	Http.dir = dir
-	Package.path = dir.."?.luan;java:luan/modules/?.luan"
+	Package.path = dir .. "?.luan;java:luan/modules/?.luan"
 	authentication_handler.setPassword(private_password)
 	local base = dir
 	if base.match("^java:") ~= nil then