Skip to Content.
Sympa Menu

sm-sorcery-bugs - [Sm-Sorcery-Bugs] [Bug 1778] New: spell_installed() not working right

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 1778] New: spell_installed() not working right
  • Date: Sat, 23 Nov 2002 04:23:40 -0500

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

Summary: spell_installed() not working right
Product: Sorcery
Version: All Versions
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: codexroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: svolli AT svolli.de


if a spell is held, spell_install() won't return that it's installed, though
it
is. In /var/lib/sorcery/subroutines
spell_installed() { [ "$( get_status $1 )" == "installed" };
should be changed to
spell_installed() { [ "$( get_status $1 )" == "installed" -o "$( get_status $1
)" == "held" ]; }



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



  • [Sm-Sorcery-Bugs] [Bug 1778] New: spell_installed() not working right, bugzilla-daemon, 11/23/2002

Archive powered by MHonArc 2.6.24.

Top of Page