summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-09-06 16:05:46 +0200
committerZac Medico <zmedico@gentoo.org>2010-09-06 10:39:07 -0700
commit46cafb3996d827d208d486b85c7f4248a6e8c826 (patch)
treef048bffbad0a9bf148e17ab4f6803981c202da7f /bin/ebuild-helpers
parent7cba4cf96291fddb6a93586caef1328008a3ac5d (diff)
downloadportage-46cafb3996d827d208d486b85c7f4248a6e8c826.tar.gz
portage-46cafb3996d827d208d486b85c7f4248a6e8c826.tar.bz2
portage-46cafb3996d827d208d486b85c7f4248a6e8c826.zip
Remove all \a (alert/bell/beep) tokens (bug 336024)
Diffstat (limited to 'bin/ebuild-helpers')
-rwxr-xr-xbin/ebuild-helpers/prepstrip2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip
index 2bd5bb102..ceb1ef047 100755
--- a/bin/ebuild-helpers/prepstrip
+++ b/bin/ebuild-helpers/prepstrip
@@ -108,7 +108,7 @@ if ! hasq binchecks ${RESTRICT} && \
fi
sed -e "/^\$/d" -e "s#^#/#" -i "$log"
if [[ -s $log ]] ; then
- vecho -e "\a\n"
+ vecho -e "\n"
eqawarn "QA Notice: Pre-stripped files found:"
eqawarn "$(<"$log")"
else