Mercurial Hosting > luan
diff scripts/install.sh @ 313:1f6d828986b9
replace Http.request.servlet_path with Http.request.path;
rename Http.request.current_url to Http.request.url;
Web_server now loads welcome_file in init() for initialization;
fix cmd_line -e;
fix install for luan args;
git-svn-id: https://luan-java.googlecode.com/svn/trunk@314 21e917c8-12df-6dd8-5cb6-c86387c605b9
author | fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9> |
---|---|
date | Thu, 25 Dec 2014 06:14:59 +0000 |
parents | 869d2263de5d |
children | fec01f044474 |
line wrap: on
line diff
--- a/scripts/install.sh Wed Dec 24 11:15:27 2014 +0000 +++ b/scripts/install.sh Thu Dec 25 06:14:59 2014 +0000 @@ -3,7 +3,7 @@ cat >/usr/local/bin/luan <<End for i in `pwd`/jars/* ; do CLASSPATH=\$CLASSPATH:\$i ; done -java -classpath \$CLASSPATH luan.Luan \$* +java -classpath \$CLASSPATH luan.Luan "\$@" End chmod +x /usr/local/bin/luan