Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6898] New: 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] New: Super debug not working
  • Date: Sat, 22 May 2004 12:32:14 -0400

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

Summary: Super debug not working
Product: Sorcery
Version: Devel
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Sorcery
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: vlmarek AT volny.cz


When you set "Super debug" option of Sorcery, in /etc/sorcery/local/config is
added line:
set "+x command"

instead of
set "+x"

It's because /var/lib/sorcery/modules/libstate, line 444
echo "${TEMP}${VARIABLE}${separator}\"$@\"" >> $tFILE

there should be
echo "${TEMP}${VARIABLE}${separator}\"$1\"" >> $tFILE

maybe ... ?



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



  • [SM-Sorcery-Bugs] [Bug 6898] New: Super debug not working, bugzilla-daemon, 05/22/2004

Archive powered by MHonArc 2.6.24.

Top of Page