Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (d3e55afb027e89673bbe6952e6821f124cd7f747)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (d3e55afb027e89673bbe6952e6821f124cd7f747)
  • Date: Sat, 11 Aug 2007 12:58:55 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
var/lib/sorcery/modules/libmisc | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit d3e55afb027e89673bbe6952e6821f124cd7f747
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libmisc: fix set_architecture not resetting the text color #13842

diff --git a/ChangeLog b/ChangeLog
index f634edf..d9a8568 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
which will among other things help a bit with #13883
* cleanse: fix md5sum check locale issue, patch from Thomas Orgis
#13713
* gaze: fixed gaze newer breaking on bad input #10149
+ * libmisc: fix set_architecture not resetting the text color #13842

2007-08-10 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* etc/sorcery/url: added default value for PERL_CPAN_URL #13673
diff --git a/var/lib/sorcery/modules/libmisc b/var/lib/sorcery/modules/libmisc
index c71371b..9bd6c42 100755
--- a/var/lib/sorcery/modules/libmisc
+++ b/var/lib/sorcery/modules/libmisc
@@ -1329,7 +1329,7 @@ function set_architecture() {
[ $SPECFILE ] && break
done
if [[ ! $SPECFILE ]] ; then
- message "${PROBLEM_COLOR}Cannot find arch spec for $arch!"
+ message "${PROBLEM_COLOR}Cannot find arch spec for $arch!$DEFAULT_COLOR"
return 1
fi
debug "libmisc" "set_architecture: SPECFILE=$SPECFILE"



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (d3e55afb027e89673bbe6952e6821f124cd7f747), Jaka Kranjc, 08/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page