Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 4355] New: gaze HISTORY

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 4355] New: gaze HISTORY
  • Date: Tue, 16 Sep 2003 03:58:42 -0400

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

Summary: gaze HISTORY
Product: Sorcery
Version: All Versions
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Gaze
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: afrayedknot AT thefrayedknot.armory.com


does not work, here is why:

show_spell_component() {
<snip>
if [ -x $SPELL_DIRECTORY/$COMPONENT ]; then
cat $SPELL_DIRECTORY/$COMPONENT
fi
}
notice the -x ? HISTORY is one of the few files in a spell that is not
made executable, therefore either the code should be removed from the
parse function or the check should be -f or -e or something less restrictive.



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



  • [SM-Sorcery-Bugs] [Bug 4355] New: gaze HISTORY, bugzilla-daemon, 09/16/2003

Archive powered by MHonArc 2.6.24.

Top of Page