diff options
-rw-r--r-- | eclass/ruby.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index bac4afd9567a..02114d2dab31 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.23 2004/01/25 16:07:28 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.24 2004/01/30 21:58:02 usata Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -49,7 +49,7 @@ LICENSE="Ruby" newdepend ">=dev-lang/ruby-1.6.8" -[[ -n "${RUBY}" ]] && export RUBY=/usr/bin/ruby +[[ -z "${RUBY}" ]] && export RUBY=/usr/bin/ruby ruby_src_unpack() { |