summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers
diff options
context:
space:
mode:
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