mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
oops, left in an echo
This commit is contained in:
parent
a68c48b948
commit
89800c6c0f
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user