diff options
Diffstat (limited to 'sys-devel/gcc-config/files/gcc-config-1.3.6')
-rwxr-xr-x | sys-devel/gcc-config/files/gcc-config-1.3.6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.6 b/sys-devel/gcc-config/files/gcc-config-1.3.6 index b46581803c0b..28f824d4a45f 100755 --- a/sys-devel/gcc-config/files/gcc-config-1.3.6 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.6 @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2004 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.6,v 1.3 2004/07/24 20:40:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.6,v 1.4 2004/08/19 15:16:25 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> source /etc/init.d/functions.sh || { @@ -332,7 +332,7 @@ NEED_ACTION="yes" DOIT="switch_profile" CHECK_CHOST="no" -for x in $* +for x in "$@" do case "${x}" in # Only use specified compiler if one is not already selected. |