diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-12-29 16:41:26 +0100 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-12-29 16:09:05 -0500 |
commit | 205d3103e5cf075f908da72644cb4cbcfb49dbaf (patch) | |
tree | 48ea1bcbc27845b812513dac00e5d9a4e502ef11 /gcc-config | |
parent | gcc-config: handle multilib libgcj pc files (diff) | |
download | gcc-config-205d3103e5cf075f908da72644cb4cbcfb49dbaf.tar.gz gcc-config-205d3103e5cf075f908da72644cb4cbcfb49dbaf.tar.bz2 gcc-config-205d3103e5cf075f908da72644cb4cbcfb49dbaf.zip |
try_real_hard_to_find_CHOST: use probed GNU sed
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'gcc-config')
-rwxr-xr-x | gcc-config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ try_real_hard_to_find_CHOST() { # newer portage supports spaces between the var and = # CHOST = "this-is-retarded" ret=$(eval $( - sed -n \ + ${SED} -n \ -e 's:[[:space:]]::g' \ -e "/^${varname}=/p" \ "${conf}" |