Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 2404] New: gather_docs broken, trivial fix

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 2404] New: gather_docs broken, trivial fix
  • Date: Sun, 26 Jan 2003 09:35:01 -0500

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

Summary: gather_docs broken, trivial fix
Product: Sorcery
Version: All Versions
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: rycee AT home.se


When the patch from bug #962 was applied a bizarre bug was introduced. Why
nobody have fixed it yet is quite beyond me :)

In gather_docs change
for i in {$DOCS[@]}
to
for i in ${DOCS[@]}



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



  • [SM-Sorcery-Bugs] [Bug 2404] New: gather_docs broken, trivial fix, bugzilla-daemon, 01/26/2003

Archive powered by MHonArc 2.6.24.

Top of Page