Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (745ccb24e5a61de402abf574d3c70923dafe0269)

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 master cauldron by Justin Boffemmyer (745ccb24e5a61de402abf574d3c70923dafe0269)
  • Date: Sat, 9 Aug 2008 13:19:55 -0500

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

iso/usr/share/smgl.install/bashrc | 1 +
1 files changed, 1 insertion(+)

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

bashrc: added header line

The step output functions will now output a marked header line before
the text, to ease in distinguishing the step text.

diff --git a/iso/usr/share/smgl.install/bashrc
b/iso/usr/share/smgl.install/bashrc
index 375a006..0777d71 100755
--- a/iso/usr/share/smgl.install/bashrc
+++ b/iso/usr/share/smgl.install/bashrc
@@ -19,6 +19,7 @@ function header() {
echo ""
echo ""
echo ""
+ echo
"<-------------------------------------------------------------------->"
cat $1
}




  • [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (745ccb24e5a61de402abf574d3c70923dafe0269), Justin Boffemmyer, 08/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page