Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (eefdf00c1142da1659b4e24226a88523bbd23d8f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (eefdf00c1142da1659b4e24226a88523bbd23d8f)
  • Date: Sat, 22 Nov 2008 11:38:38 -0600

GIT changes to test cauldron by Justin Boffemmyer <flux AT sourcemage.org>:

scripts/spellcaster.sh | 1 +
1 files changed, 1 insertion(+)

New commits:
commit eefdf00c1142da1659b4e24226a88523bbd23d8f
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

scripts/spellcaster.sh: missing "then"

Accidentally missed a "then" in the if block.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index 5767022..dda6c18 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -13,6 +13,7 @@ then
/usr/bin/cast $(tr '\n' ' ' </"$ospells")

elif [[ $CAULDRON_DISPEL = y ]]
+ then
# dispel the optional spells, so that we have only their
cache files
# available
/usr/bin/dispel $(tr '\n' ' ' </"$ospells")



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (eefdf00c1142da1659b4e24226a88523bbd23d8f), Justin Boffemmyer, 11/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page