[plm] 08/10: typo

Martin Quinson mquinson at alioth.debian.org
Sun Sep 8 21:27:56 UTC 2013


This is an automated email from the git hooks/post-receive script.

mquinson pushed a commit to branch debian-debian
in repository plm.

commit 61695920cbae64badeacd19798e968707d7fbb60
Author: Martin Quinson <martin.quinson at loria.fr>
Date:   Sun Sep 8 22:59:39 2013 +0200

    typo
---
 debian/plm.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/plm.sh b/debian/plm.sh
index a4264e6..e5b28cd 100755
--- a/debian/plm.sh
+++ b/debian/plm.sh
@@ -7,10 +7,10 @@
 export JYTHON_OPTS="${JYTHON_OPTS} -Dpython.cachedir=${HOME}/.jython_cachedir"
 
 # Detect and warn about a possible misconfiguration
-if [ -n "$JAVA_HOME" ] ; then
+if [ -n $JAVA_HOME ] ; then
 	echo "Your JAVA_HOME is set to $JAVA_HOME. Please make sure that this points to a Java7 runtime"
 fi	
-if [ -n "$JAVA_CMD" ] ; then
+if [ -n $JAVA_CMD ] ; then
 	echo "Your JAVA_CMD is set to $JAVA_CMD. Please make sure that this points to a Java7 runtime"
 fi	
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plm.git



More information about the pkg-java-commits mailing list