view dist/scripts/check_luan_home.sh @ 247:b5995d77878a

fix parsing of comments git-svn-id: https://luan-java.googlecode.com/svn/trunk@248 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Fri, 10 Oct 2014 14:21:45 +0000
parents 55b4b077e5cc
children
line wrap: on
line source

if test -z "$LUAN_HOME"
then
	echo "Please define LUAN_HOME"
	exit 1
fi