summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-06-17 04:44:53 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-06-17 04:44:53 +0000
commitca5c131d4a54502eb6f292d749e9347ee0155bc6 (patch)
tree9d85af0efe5b2a1c15ee9659204c9a790ee6de10 /eclass/flag-o-matic.eclass
parent2.0 has one small but significant bug, masking. (diff)
downloadgentoo-2-ca5c131d4a54502eb6f292d749e9347ee0155bc6.tar.gz
gentoo-2-ca5c131d4a54502eb6f292d749e9347ee0155bc6.tar.bz2
gentoo-2-ca5c131d4a54502eb6f292d749e9347ee0155bc6.zip
fixing a verwilst typo in flag-o-matic eclass
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r--eclass/flag-o-matic.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 7e17a3af3143..9cb3fda0c8f4 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -35,7 +35,7 @@ append-flags () {
replace-flags () {
- CFLAGS="${CFLAGS/${1}/${2}"
- CXXFLAGS="${CXXFLAGS/${1}/${2}"
+ CFLAGS="${CFLAGS/${1}/${2}}"
+ CXXFLAGS="${CXXFLAGS/${1}/${2}}"
}