Skip to Content.
Sympa Menu

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

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 (4ec90600df2133e074985161b97dfe6bdbebf0cf)
  • Date: Fri, 21 Nov 2008 10:18:52 -0600

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

scripts/spellcaster.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

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

scripts/spellcaster.sh: correct typos

The chroot-only portion of the script had some typos that this commit
corrects (rspells->ospells and cast->dispel). Thanks to Jaka for
spotting this.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index b8b77d0..2ac2647 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -12,8 +12,8 @@ then

# now cast and dispel the optional spells, so that we have the cache
# files available
- /usr/bin/cast $(tr '\n' ' ' </"$rspells") &&
- /usr/bin/cast $(tr '\n' ' ' </"$rspells")
+ /usr/bin/cast $(tr '\n' ' ' </"$ospells") &&
+ /usr/bin/dispel $(tr '\n' ' ' </"$ospells")

exit $?
fi



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

Archive powered by MHonArc 2.6.24.

Top of Page