summaryrefslogtreecommitdiffstats
path: root/find_depends.function
diff options
context:
space:
mode:
authorRemko van der Vossen2017-08-14 18:50:34 +0200
committerRemko van der Vossen2017-08-14 18:50:34 +0200
commit181ce52166a46d131b11900b8b4afcc7949016cd (patch)
treeb58836fb4dcd6c1e964b6eb613316c480c03535d /find_depends.function
parenta332e347e60b7d562bc2734ab628ea294d5121a4 (diff)
find_depends.function: fix progress reporting
Diffstat (limited to 'find_depends.function')
-rw-r--r--find_depends.function4
1 files changed, 2 insertions, 2 deletions
diff --git a/find_depends.function b/find_depends.function
index 21756ef69a..6e7badea8e 100644
--- a/find_depends.function
+++ b/find_depends.function
@@ -61,7 +61,7 @@ function find_libtool_dependencies() {
local spell_index=0 &&
for spell in $spells; do
((spell_index++)) &&
- message "${DEFAULT_COLOR}[${spell_index}/${spell_count} ${spell}]\e[K\r" &&
+ message -n "${DEFAULT_COLOR}[${spell_index}/${spell_count} ${spell}]\e[K\r" &&
if list_find "$excluded_spells" "$spell"; then
continue
fi &&
@@ -92,7 +92,7 @@ function find_shared_object_dependencies() {
local spell_index=0 &&
for spell in $spells; do
((spell_index++)) &&
- message "${DEFAULT_COLOR}[${spell_index}/${spell_count} ${spell}]\e[K\r" &&
+ message -n "${DEFAULT_COLOR}[${spell_index}/${spell_count} ${spell}]\e[K\r" &&
if list_find "$excluded_spells" "$spell"; then
continue
fi &&