Skip to Content.
Sympa Menu

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

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 (3420cfa3713393a005f5a2a20020b9405cc58658)
  • Date: Sat, 30 Jan 2010 20:05:11 -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 3420cfa3713393a005f5a2a20020b9405cc58658
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

scripts/spellcaster.sh: add missing "then"

Missed a "then" statement a corresponding "if" in the previous commit.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index b235584..15c63cf 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -113,6 +113,7 @@ function sanity_check() {
"$MYDIR"/add-sauce.sh -o -s "$TARGET"

if [[ -z $CHROOT ]]
+ then
# make sure that either the linux spell is being used
or that the
# kernel sources are available for building
if ! grep -q '^linux$' "$CAULDRONDIR/rspells.$TYPE"



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (3420cfa3713393a005f5a2a20020b9405cc58658), Justin Boffemmyer, 01/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page