Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-andrew cauldron by Andrew Stitt (e6f84ee137737926dd778b4a0bde56b94b3b8512)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andrew Stitt <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-andrew cauldron by Andrew Stitt (e6f84ee137737926dd778b4a0bde56b94b3b8512)
  • Date: Mon, 12 Jan 2009 10:37:55 -0600

GIT changes to devel-andrew cauldron by Andrew Stitt <acedit AT armory.com>:

scripts/twelve-step-program.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit e6f84ee137737926dd778b4a0bde56b94b3b8512
Author: Andrew Stitt <acedit AT armory.com>
Commit: Andrew Stitt <acedit AT armory.com>

fix typo

diff --git a/scripts/twelve-step-program.sh b/scripts/twelve-step-program.sh
index cdb76af..2f0326e 100755
--- a/scripts/twelve-step-program.sh
+++ b/scripts/twelve-step-program.sh
@@ -56,10 +56,10 @@ KERNEL_VERSION=2.6.27.10

echo "LISTING TREES (depth 3)"
echo "listing $ISOBUILD tree"
- find -maxdepth 3 $ISOBUILD
+ find "$ISOBUILD" -maxdepth 3

echo "listing $SYSBUILD tree"
- find -maxdepth 3 $SYSBUILD
+ find "$SYSBUILD" -maxdepth 3

echo step 3.5 copy kernel sources to iso and sys tree
# may be handled by step 3 later on
@@ -75,10 +75,10 @@ KERNEL_VERSION=2.6.27.10

echo "LISTING TREES (depth 3)"
echo "listing $ISOBUILD tree"
- find -maxdepth 3 $ISOBUILD
+ find "$ISOBUILD" -maxdepth 3

echo "listing $SYSBUILD tree"
- find -maxdepth 3 $SYSBUILD
+ find "$SYSBUILD" -maxdepth 3

echo step 5 prune iso tree
bash "$CAULDRON_SRC"/scripts/cleaniso.sh "$ISOBUILD" ||



  • [SM-Commit] GIT changes to devel-andrew cauldron by Andrew Stitt (e6f84ee137737926dd778b4a0bde56b94b3b8512), Andrew Stitt, 01/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page