Skip to Content.
Sympa Menu

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

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 (f30984d32e91d4c76c17c704c28b6088fc9bd0f4)
  • Date: Sun, 28 Dec 2008 19:37:50 -0600

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

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

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

scripts/spellcaster: del extra '\'

Had a leftover '\' to continue the rm line in clean_target.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index 61ebd42..4f0b8a1 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -199,7 +199,7 @@ function clean_target() {
"$TARGET/ispells" \
"$TARGET/ospells" \
"$TARGET/$config" \
- "$TARGET/build_spell.sh" \
+ "$TARGET/build_spell.sh"
}

# main()



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (f30984d32e91d4c76c17c704c28b6088fc9bd0f4), Justin Boffemmyer, 12/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page