Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8117] guile is hopelessly broken

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 8117] guile is hopelessly broken
  • Date: Thu, 3 Feb 2005 09:48:21 -0800 (PST)

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





------- Additional Comments From acedit AT armory.com 2005-02-03 09:48 -------
try changing the exists() function in libtrack from
while read ITEM; do [ -e "$ITEM" ] && echo $ITEM; done;
to
while read ITEM; do [ -e "$ITEM" ] && echo "$ITEM"; done;

then recast, it worked on one of my boxes i'll try a few more later and see.

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