Uh, fix that quickly...
authorCarsten Lohrke <carlo@gentoo.org>
Tue, 6 Jun 2006 22:33:09 +0000 (22:33 +0000)
committerCarsten Lohrke <carlo@gentoo.org>
Tue, 6 Jun 2006 22:33:09 +0000 (22:33 +0000)
eclass/python.eclass

index 06acd5b9c719fa09b6a74b1dd2ea6b9ef86fe634..30a1fd8deddce76d5e932eb89fe52cb724fa0b99 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.22 2006/06/06 22:03:52 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.23 2006/06/06 22:33:09 carlo Exp $
 #
 # Author: Alastair Tse <liquidx@gentoo.org>
 #
@@ -20,7 +20,7 @@
 inherit alternatives
 
 
-if [[ -n NEED_PYTHON ]] ; then
+if [[ -n "${NEED_PYTHON}" ]] ; then
         DEPEND=">=dev-lang/python-${NEED_PYTHON}"
         RDEPEND="${DEPEND}"
 fi