Skip to Content.
Sympa Menu

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

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 (cf6fcc7a00bd274c53094264e03fdd58b7378181)
  • Date: Sat, 11 Aug 2007 11:45:54 -0500

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

ChangeLog | 1 +
usr/sbin/cleanse | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

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

cleanse: fix md5sum check locale issue, patch from Thomas Orgis #13713

diff --git a/ChangeLog b/ChangeLog
index 14ce014..416725e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* libcodex: moved the load_libcompat call before the sourcing of
DETAILS in
codex_set_current_spell. This way fallbacks can be used there as
well,
which will among other things help a bit with #13883
+ * cleanse: fix md5sum check locale issue, patch from Thomas Orgis
#13713

2007-08-10 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* etc/sorcery/url: added default value for PERL_CPAN_URL #13673
diff --git a/usr/sbin/cleanse b/usr/sbin/cleanse
index b2f429d..70bbb83 100755
--- a/usr/sbin/cleanse
+++ b/usr/sbin/cleanse
@@ -923,7 +923,7 @@ function cleanse_fix_md5sum_check() {

# for some reason stuffing the output of this in a variable loses the
# newlines and thus files with spaces in them get lost
- md5sum --check $TMP_MD5_LOG 2>/dev/null | grep ': FAILED$' |
+ LANG=C md5sum --check $TMP_MD5_LOG 2>/dev/null | grep ': FAILED$' |
sed "s${A}: FAILED\$${A}${A}" > $BROKEN1
# cant use awk above with : as a seperator due to files with :'s in their
name




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

Archive powered by MHonArc 2.6.24.

Top of Page