diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-12-30 20:20:36 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-12-30 20:24:07 -0500 |
commit | 52b07404535c1f49942442c891f98fd3f3810daa (patch) | |
tree | 244f26da9904cdf3a3af16fae4743c43fd561bc7 /gcc-config | |
parent | tests: check for trailing whitespace (diff) | |
download | gcc-config-52b07404535c1f49942442c891f98fd3f3810daa.tar.gz gcc-config-52b07404535c1f49942442c891f98fd3f3810daa.tar.bz2 gcc-config-52b07404535c1f49942442c891f98fd3f3810daa.zip |
gcc-config: use ${SED} everywhere
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
@@ -460,7 +460,7 @@ switch_profile() { echo "" if [[ ! -d /etc/ld.so.conf.d ]] ; then show_var LDPATH "${ROOT}"/etc/env.d/05gcc-${CTARGET} \ - | sed -e 's|:|\n|g' >> /etc/ld.so.conf + | ${SED} -e 's|:|\n|g' >> /etc/ld.so.conf fi ldconfig fi |