diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-12 16:55:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-12 16:55:05 +0000 |
commit | dab20afd8c30f86233b20f24cb936195d92b1ddf (patch) | |
tree | 05d3a124803e4da6b2c84609081b91fa859271be /sys-devel | |
parent | Masked alsa_cards_hdsp and alsa_cards_hdspm wrt #167294 (diff) | |
download | gentoo-2-dab20afd8c30f86233b20f24cb936195d92b1ddf.tar.gz gentoo-2-dab20afd8c30f86233b20f24cb936195d92b1ddf.tar.bz2 gentoo-2-dab20afd8c30f86233b20f24cb936195d92b1ddf.zip |
fix minor typo #157694
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-devel')
-rwxr-xr-x | sys-devel/gcc-config/files/gcc-config-1.3.15 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.15 b/sys-devel/gcc-config/files/gcc-config-1.3.15 index 51dd400747ac..021495733a7e 100755 --- a/sys-devel/gcc-config/files/gcc-config-1.3.15 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.15 @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.15,v 1.3 2007/03/12 07:00:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.15,v 1.4 2007/03/12 16:55:05 vapier Exp $ trap ":" INT QUIT TSTP @@ -295,7 +295,7 @@ switch_profile() { done # Update the wrappers for this profile - for x in {,${CTARGET}}-{cpp,cc,gcc,c++,g++,f77,g77,gcj,gcjh,gfortran,gdc,gdmd} ; do + for x in {,${CTARGET}-}{cpp,cc,gcc,c++,g++,f77,g77,gcj,gcjh,gfortran,gdc,gdmd} ; do # Obviously don't want to touch native stuff for cross-compilers [[ ${x} != ${CTARGET}-* ]] && is_cross_compiler && continue |