diff options
author | Vlastimil Babka <caster@gentoo.org> | 2006-09-27 16:36:27 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2006-09-27 16:36:27 +0000 |
commit | 64fdf4234fb536abe7242b68cab9cd5361a8aa54 (patch) | |
tree | 4f93007d1552dbe6176603d895305ff573b865ab /eclass | |
parent | dev-lang/sather removal (was pending removal 26th September 2006), see #79391... (diff) | |
download | historical-64fdf4234fb536abe7242b68cab9cd5361a8aa54.tar.gz historical-64fdf4234fb536abe7242b68cab9cd5361a8aa54.tar.bz2 historical-64fdf4234fb536abe7242b68cab9cd5361a8aa54.zip |
Fixed a typo.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 7ff0aea815f9..043a4d3d4843 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -1707,7 +1707,7 @@ java-pkg_setup-vm() { debug-print-function ${FUNCNAME} $* local vendor="$(java-pkg_get-vm-vendor)" - if [[ "${vendor}" == "sun" ]] && java-pkg_is-vm-version-ge 1 5; then + if [[ "${vendor}" == "sun" ]] && java-pkg_is-vm-version-ge "1.5" ; then addpredict "/dev/random" elif [[ "${vendor}" == "ibm" ]]; then addpredict "/proc/self/maps" |