comparison dist/scripts/check_luan_home.sh @ 238:55b4b077e5cc

improve scripts git-svn-id: https://luan-java.googlecode.com/svn/trunk@239 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Mon, 06 Oct 2014 20:25:56 +0000
parents
children
comparison
equal deleted inserted replaced
237:97d175772fed 238:55b4b077e5cc
1 if test -z "$LUAN_HOME"
2 then
3 echo "Please define LUAN_HOME"
4 exit 1
5 fi