Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6898] Super debug not working

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 6898] Super debug not working
  • Date: Sat, 22 May 2004 14:46:02 -0400

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





------- Additional Comments From eschabell AT sourcemage.org 2004-05-22 14:45
-------
Change 34037 by eric_schabell@erics-main on 2004/05/17 14:33:18
local config not being written correctly if more than one value to be set,
example was OPTIMIZATIONS needing to set "speedy risky etc...", only speedy
was being set, thanks for pointing it out CuZnDragon!

I was the one to change this as it was only putting the first var passed with
"$1" in the optimizations. I am thinking the check here needs to get rid of
the "command" entry at position $3 after detecting it (starting at libstate
line #421):

# what to use as separator?
if [[ $3 == command ]]
then separator=" "
else separator="=" ; fi

We could reset the var with --> $3 = ""

This would then allow the rest of the options (only more than one in the arch
optimization I think) to be passed ok.

What do you think (says erics as he looks to the sorcery wizard gallery...)?

erics





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