Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Ismael Luceno (c5e3292ef5881c31b1ecd69def39e4e8a667afea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Ismael Luceno (c5e3292ef5881c31b1ecd69def39e4e8a667afea)
  • Date: Wed, 3 Dec 2014 12:48:37 -0600

GIT changes to master sorcery by Ismael Luceno <ismael AT sourcemage.org>:

var/lib/sorcery/modules/libcodex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c5e3292ef5881c31b1ecd69def39e4e8a667afea
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libcodex: Remove dependency on gawk

diff --git a/var/lib/sorcery/modules/libcodex
b/var/lib/sorcery/modules/libcodex
index 7d1c50c..03727a8 100755
--- a/var/lib/sorcery/modules/libcodex
+++ b/var/lib/sorcery/modules/libcodex
@@ -773,7 +773,7 @@ function find_providers() {
local provider GRIMOIRE spell_path
local providers=$(
for GRIMOIRE in $(codex_get_all_grimoires); do
- gawk -v re="^$feature[[:blank:]]" -- '$0 ~ re { print $2 }' \
+ awk -v re="^$feature[\t ]" -- '$0 ~ re { print $2 }' \
"$GRIMOIRE/$PROVIDE_INDEX_FILE"
done | get_basenames|sort -u)




  • [SM-Commit] GIT changes to master sorcery by Ismael Luceno (c5e3292ef5881c31b1ecd69def39e4e8a667afea), Ismael Luceno, 12/03/2014

Archive powered by MHonArc 2.6.24.

Top of Page