Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 3659] "Requires" seems to be broken in devel sorcery

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 3659] "Requires" seems to be broken in devel sorcery
  • Date: Sat, 28 Jun 2003 10:52:53 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=3659





------- Additional Comments From martin AT lddd.org 2003-06-28 10:52 -------
would you mind trying that patch?

--- /home/martin/p4/sorcery/var/lib/sorcery/modules/libsorcery 2003-06-27 22:
44:57.000000000 +0200
+++ libsorcery 2003-06-28 16:51:40.000000000 +0200
@@ -1637,9 +1637,10 @@
##
#---------------------------------------------------------------------
find_providers() {
+ feature="$1"

(for GRIMOIRE in $(codex_get_all_grimoires); do
- gawk '/^'$feature'[[:blank:]]/ { print $2 }' \
+ gawk '/^'"$feature"'[[:blank:]]/ { print $2 }' \
"$GRIMOIRE/$PROVIDE_INDEX_FILE"
done) | get_basenames




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page