Skip to Content.
Sympa Menu

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

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 (bcee50f09bf3350870a0beede8e20f4dbc823484)
  • Date: Sun, 13 Sep 2009 09:47:34 -0500

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

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

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

scripts/add-sauce.sh: fix typo

Fix a typo of an extraneous "i". Thanks Remko!

diff --git a/scripts/add-sauce.sh b/scripts/add-sauce.sh
index 6fa1560..fc405e0 100755
--- a/scripts/add-sauce.sh
+++ b/scripts/add-sauce.sh
@@ -91,7 +91,7 @@ function blacklist_modules {
[[ ! -d "$SRC" || ! -d "$DEST" ]] && return 3

# ensure that the destination modprobe.d directory hierarchy exists
- mkdir -p "${BLACKLISTi%/*}"
+ mkdir -p "${BLACKLIST%/*}"

find "$SRC" -name "*.ko" |
sed 's#^.*/##' |



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (bcee50f09bf3350870a0beede8e20f4dbc823484), Justin Boffemmyer, 09/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page