Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 5466] system-update/upgrade will only do one spell at a time

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 5466] system-update/upgrade will only do one spell at a time
  • Date: Tue, 13 Jan 2004 19:25:08 -0500

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





------- Additional Comments From games AT sourcemage.org 2004-01-13 19:25
-------
Paul, I realised what you meant about the conditionals. I left them so the
version reports correctly even if you haven't cast it and recorded your
choice
of version in SPELL_CONFIG.
And it is very weird that stable sorcery allowed me to use
[ "$CVS" = "yes" ] && depends cvs
but that devel sorcery broke on it and I had to change it to
if [ "$CVS" = "yes" ] ; then
depends cvs
fi
It must be the newer stuff in libdepends in devel, I don't know whether that
should be considered a bug or not though. I have fixed the two spells that
caused the problem and will make sure to use proper if statements in the
future to avoid further problems



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