Skip to Content.
Sympa Menu

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

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 (e0caae9a58c277afd818a3a4b104766d116e02a1)
  • Date: Sun, 8 Feb 2009 16:55:15 -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 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



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (e0caae9a58c277afd818a3a4b104766d116e02a1), Justin Boffemmyer, 02/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page