[jabref] 76/459: remove superfluous / from wrapper script

gregor herrmann gregoa at debian.org
Thu Sep 15 20:39:47 UTC 2016


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

gregoa pushed a commit to branch master
in repository jabref.

commit 2d8c40cb1d0ab5c271a5ba94773579b7f95fddf3
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Mar 12 19:22:25 2007 +0000

    remove superfluous / from wrapper script
---
 jabref | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jabref b/jabref
index a782159..fd9ba89 100644
--- a/jabref
+++ b/jabref
@@ -5,8 +5,8 @@
 
 if [ -z $JAVA_HOME ]
 then
-t=/usr/lib/jvm/java-1.5.0-sun/ && test -d $t && JAVA_HOME=$t
-t=/usr/lib/jvm/java-6-sun/ && test -d $t && JAVA_HOME=$t
+t=/usr/lib/jvm/java-1.5.0-sun && test -d $t && JAVA_HOME=$t
+t=/usr/lib/jvm/java-6-sun && test -d $t && JAVA_HOME=$t
 JAVA=${JAVA_HOME}/jre/bin/java
 fi
 

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



More information about the pkg-java-commits mailing list