oops, left in an echo

This commit is contained in:
blizzard%redhat.com 2001-07-01 19:50:49 +00:00
parent a68c48b948
commit 89800c6c0f

View File

@ -93,7 +93,7 @@ set_jvm_vars() {
# is it relative? if so append the full path
echo "${JVM_LINK}" | grep -e "^/"
echo "${JVM_LINK}" | grep -e "^/" 2>&1 > /dev/null
if [ "$?" -ne "0" ]; then
JVM_LINK=/usr/lib/mozilla/plugins/${JVM_LINK}