Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 12233] provider choice doesn't always default to the installed provider

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 12233] provider choice doesn't always default to the installed provider
  • Date: 28 May 2006 18:17:55 -0000

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


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Version|1.14.x |1.13.x




------- Additional Comments From acedit AT armory.com 2006-05-28 13:17 -------
i think the problem is that the '-' character isnt considered part of a word,
so
if you grep for \<ffmpeg\> on input that contains ffmpeg-svn, thats a match.

Basically what i need to do is take all the greps on space seperated lists and
run list_find on them instead, and on all the newline seperated lists use ^$
instead.

So in this case

echo ${spells[@]}|grep -q "\<$foo\>" && stuff
becomes
list_find "${spells[@]}" "$foo" && stuff

I think...

I have to work on the newsletter, after that i'll work on fixing this. Marking
for 1.13 since it effects that too.

--
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.




Archive powered by MHonArc 2.6.24.

Top of Page