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

Justin Boffemmyer scm at sourcemage.org
Sun Dec 28 20:37:50 EST 2008


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



More information about the SM-Commit mailing list