ToastFreeware
/
debian
/
jabref.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a9cb1
)
remove superfluous / from wrapper script
debian/2.2-01-4
author
gregor herrmann
<gregoa@debian.org>
Mon, 12 Mar 2007 19:22:25 +0000
(19:22 -0000)
committer
gregor herrmann
<gregoa@debian.org>
Mon, 12 Mar 2007 19:22:25 +0000
(19:22 -0000)
jabref
patch
|
blob
|
history
diff --git
a/jabref
b/jabref
index a782159f0d10c48dfb25f436d070f146e048a96b..fd9ba89fb73fd244363d9d13d5f26a08e358b07c 100644
(file)
--- 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