diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-13 19:46:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-13 19:46:19 +0000 |
commit | bee870be8c50627a1380f12266a3c884afe0097d (patch) | |
tree | c2dc969c5316558d0999c3a2ca08a850aa4b3b9b /sys-devel | |
parent | disable make test on x86 due to glibc bug #67051 (Manifest recommit) (diff) | |
download | gentoo-2-bee870be8c50627a1380f12266a3c884afe0097d.tar.gz gentoo-2-bee870be8c50627a1380f12266a3c884afe0097d.tar.bz2 gentoo-2-bee870be8c50627a1380f12266a3c884afe0097d.zip |
remove extra quote
Diffstat (limited to 'sys-devel')
-rwxr-xr-x | sys-devel/gcc-config/files/gcc-config-1.3.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.7 b/sys-devel/gcc-config/files/gcc-config-1.3.7 index 793a135a127a..fa74a9c55789 100755 --- a/sys-devel/gcc-config/files/gcc-config-1.3.7 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.7 @@ -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.7,v 1.1 2004/10/13 16:29:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.7,v 1.2 2004/10/13 19:46:19 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> trap ":" INT QUIT TSTP @@ -199,7 +199,7 @@ switch_profile() { "${x}" = "cpp" -o "${x}" = "cc" ] then # Only install a wrapper if the binary exists ... - ${CP} -f "${ROOT}"/usr/lib/gcc-config/wrapper" \ + ${CP} -f "${ROOT}/usr/lib/gcc-config/wrapper" \ "${ROOT}/usr/bin/${x}" if [ "${OLD_CC_COMP}" != "${CC_COMP}" ] |