summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-12-26 16:03:02 +0000
committerNed Ludd <solar@gentoo.org>2005-12-26 16:03:02 +0000
commitde1a8a8286e5b7b21396236dc542f31e1dc192cb (patch)
tree16fa15a60ddf1ea4a49837dc195973f1888e939e /bin/ebuild.sh
parent- update fatal qa error handling (diff)
downloadportage-multirepo-de1a8a8286e5b7b21396236dc542f31e1dc192cb.tar.gz
portage-multirepo-de1a8a8286e5b7b21396236dc542f31e1dc192cb.tar.bz2
portage-multirepo-de1a8a8286e5b7b21396236dc542f31e1dc192cb.zip
- add back in 1 newline after trimming all the extraneous ones
svn path=/main/trunk/; revision=2481
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 0648fadc..06086f22 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -915,7 +915,7 @@ dyn_compile() {
CXXFLAGS DEPEND EXTRA_ECONF EXTRA_EINSTALL EXTRA_MAKE \
FEATURES INHERITED IUSE LDFLAGS LIBCFLAGS LIBCXXFLAGS \
LICENSE PDEPEND PF PKGUSE PROVIDE RDEPEND RESTRICT SLOT; do
- [ -n "${!f}" ] && echo "${!f}" | tr '\n,\r,\t' ' , , ' | sed s/' \+'/' '/g > ${f}
+ [ -n "${!f}" ] && echo $(echo "${!f}" | tr '\n,\r,\t' ' , , ' | sed s/' \+'/' '/g) > ${f}
done
echo "${USE}" > USE
echo "${EAPI:-0}" > EAPI