Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Quentin Rameau (070a00b5e76db0da152382f1175cf9d1b31f15be)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test cauldron by Quentin Rameau (070a00b5e76db0da152382f1175cf9d1b31f15be)
  • Date: Sun, 18 Oct 2009 15:23:48 -0500

GIT changes to test cauldron by Quentin Rameau <quinq AT sourcemage.org>:

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

New commits:
commit 070a00b5e76db0da152382f1175cf9d1b31f15be
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

scripts/spellcaster.sh: corrected a forgotten a test line

changed back echo -n to echo in install_kernel()

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index 8c9f98a..7a43d4e 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -355,7 +355,7 @@ function install_kernel() {
kmodules="$(find "$kmodules" -mindepth 1 -maxdepth 1 -type d)"
kmodules="$(echo "$kmodules" | sed 's#.*/##')"

- if [[ -n $kmodules && $(echo -n "$kmodules" | wc -l) -eq 1 ]]
+ if [[ -n $kmodules && $(echo "$kmodules" | wc -l) -eq 1 ]]
then
version="$kmodules"
elif [[ -h "$SRC"/usr/src/linux ]]



  • [SM-Commit] GIT changes to test cauldron by Quentin Rameau (070a00b5e76db0da152382f1175cf9d1b31f15be), Quentin Rameau, 10/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page