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

Justin Boffemmyer scm at sourcemage.org
Sun Feb 8 17:55:15 EST 2009


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 e0caae9a58c277afd818a3a4b104766d116e02a1
Author: Justin Boffemmyer <flux at sourcemage.org>
Commit: Justin Boffemmyer <flux at sourcemage.org>

    scripts/spellcaster.sh: remove quotes on here doc
    
    Remove the quotes on the here document so that the calling script
    replaces $arch with the right content.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index 33451e3..b0a8f95 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -200,7 +200,7 @@ function prepare_target() {
 		"ppc"	) arch="g3"
 			;;
 	esac
-	cat > "$TARGET"/set_sorcery.sh <<-"CONFIGURE"
+	cat > "$TARGET"/set_sorcery.sh <<-CONFIGURE
 		#!/bin/bash
 		source /etc/sorcery/config
 		modify_config /etc/sorcery/local/config ARCHITECTURE $arch



More information about the SM-Commit mailing list