[med-svn] [prottest] 04/06: Suppress warning about not set JAVA_CMD

Andreas Tille tille at debian.org
Mon Oct 19 13:23:41 UTC 2015


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

tille pushed a commit to branch master
in repository prottest.

commit dc9fca9833729dfb0e7e2cca4d53d6883d1eebbf
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 19 15:14:26 2015 +0200

    Suppress warning about not set JAVA_CMD
---
 debian/bin/prottest | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/bin/prottest b/debian/bin/prottest
index ad97c42..f3357f9 100755
--- a/debian/bin/prottest
+++ b/debian/bin/prottest
@@ -1,6 +1,9 @@
 #! /bin/sh
 set -e
 
+# export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_CMD=java
+
 # Include the wrappers utility script
 . /usr/lib/java-wrappers/java-wrappers.sh
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/prottest.git



More information about the debian-med-commit mailing list