sm-sorcery-bugs AT lists.ibiblio.org
Subject: Bugs for Sorcery are reported here
List archive
[SM-Sorcery-Bugs] [Bug 10622] up_trigger'ing spells that end in one or more '+' characters doesn't work
- From: bugzilla-daemon AT bugs.sourcemage.org
- To: sm-sorcery-bugs AT lists.ibiblio.org
- Subject: [SM-Sorcery-Bugs] [Bug 10622] up_trigger'ing spells that end in one or more '+' characters doesn't work
- Date: 1 Mar 2006 17:15:28 -0000
http://bugs.sourcemage.org/show_bug.cgi?id=10622
------- Additional Comments From v.merkatz AT gmx.net 2006-03-01 11:15 -------
I tracked it down to private_should_cast in libdepends. The problem is the
following line:
elif echo "${TRIGGEREES[*]}" | grep -q "\<$1\>" ; then
grep does not include the + characters at the end of the word in its
definition
of 'word boundary'.
replacing that with the following works:
elif echo "${TRIGGEREES[*]}" | tr " " "\n" | grep -q "$1$"; then
--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
-
[SM-Sorcery-Bugs] [Bug 10622] up_trigger'ing spells that end in one or more '+' characters doesn't work,
bugzilla-daemon, 03/01/2006
- <Possible follow-up(s)>
- [SM-Sorcery-Bugs] [Bug 10622] up_trigger'ing spells that end in one or more '+' characters doesn't work, bugzilla-daemon, 03/01/2006
- [SM-Sorcery-Bugs] [Bug 10622] up_trigger'ing spells that end in one or more '+' characters doesn't work, bugzilla-daemon, 03/01/2006
- [SM-Sorcery-Bugs] [Bug 10622] up_trigger'ing spells that end in one or more '+' characters doesn't work, bugzilla-daemon, 03/01/2006
- [SM-Sorcery-Bugs] [Bug 10622] up_trigger'ing spells that end in one or more '+' characters doesn't work, bugzilla-daemon, 03/01/2006
- [SM-Sorcery-Bugs] [Bug 10622] up_trigger'ing spells that end in one or more '+' characters doesn't work, bugzilla-daemon, 03/05/2006
Archive powered by MHonArc 2.6.24.