Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6362] cast --fix breaks on spells that have files with spaces in their path

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 6362] cast --fix breaks on spells that have files with spaces in their path
  • Date: Wed, 26 May 2004 19:24:45 -0400

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





------- Additional Comments From BearPerson AT gmx.net 2004-05-26 19:24 -------
The problem here seems to be that md5sum itself (or something around it) does
not like our md5sum logs.
My suspicion is that
<sum> foo bar
is interpreted as "<sum> applies to foo and bar"
in that case, a fix would be to put a
sed 's/^\([^ ]* \)/\1"/' |
sed 's/$/"/' |
in the pipeline before it. (if my bash skills aren't all rusted up)
Another sordery developer please take over from here, as I don't have a SMGL
box for testing/p4 right now.



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



  • [SM-Sorcery-Bugs] [Bug 6362] cast --fix breaks on spells that have files with spaces in their path, bugzilla-daemon, 05/26/2004

Archive powered by MHonArc 2.6.24.

Top of Page