diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-02-24 13:51:36 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-02-24 13:51:36 +0000 |
commit | d6487df20f4abf3cb3c5fd40b17b7f65afe41f9d (patch) | |
tree | cbe6b882f922b9cfef90cff1ce730bbaa91e2d7b /eclass | |
parent | removed from portage now (diff) | |
download | historical-d6487df20f4abf3cb3c5fd40b17b7f65afe41f9d.tar.gz historical-d6487df20f4abf3cb3c5fd40b17b7f65afe41f9d.tar.bz2 historical-d6487df20f4abf3cb3c5fd40b17b7f65afe41f9d.zip |
Fix whitespace
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games-ut2k4mod.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games-ut2k4mod.eclass b/eclass/games-ut2k4mod.eclass index 8e150cd12881..a9f662ffd854 100644 --- a/eclass/games-ut2k4mod.eclass +++ b/eclass/games-ut2k4mod.eclass @@ -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/games-ut2k4mod.eclass,v 1.2 2005/02/23 12:31:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-ut2k4mod.eclass,v 1.3 2005/02/24 13:51:36 wolf31o2 Exp $ inherit games @@ -31,7 +31,7 @@ check_dvd() { # a DVD or from multiple CDs. Anyone feel free to submit patches to this # to bugs.gentoo.org as I know it is a very ugly hack. USE_DVD= - USE_ECE_DVD= + USE_ECE_DVD= if [ -n "${CD_ROOT}" ] then [ -d "${CD_ROOT}/CD1" ] && USE_DVD=1 |