Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (181ce52166a46d131b11900b8b4afcc7949016cd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (181ce52166a46d131b11900b8b4afcc7949016cd)
  • Date: Mon, 14 Aug 2017 16:50:53 +0000

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

find_depends.function | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 181ce52166a46d131b11900b8b4afcc7949016cd
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

find_depends.function: fix progress reporting

diff --git a/find_depends.function b/find_depends.function
index 21756ef..6e7bade 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 &&



  • [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (181ce52166a46d131b11900b8b4afcc7949016cd), Remko van der Vossen, 08/16/2017

Archive powered by MHonArc 2.6.24.

Top of Page