diff scripts/check_luan_home.sh @ 308:869d2263de5d

move scripts git-svn-id: https://luan-java.googlecode.com/svn/trunk@309 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Tue, 23 Dec 2014 05:48:49 +0000
parents dist/scripts/check_luan_home.sh@55b4b077e5cc
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/check_luan_home.sh	Tue Dec 23 05:48:49 2014 +0000
@@ -0,0 +1,5 @@
+if test -z "$LUAN_HOME"
+then
+	echo "Please define LUAN_HOME"
+	exit 1
+fi