[SM-Commit] GIT changes to master grimoire by David Brown (977ccfe1af2168948668999207c470d3f013eebe)

David Brown scm at mail.sourcemage.org
Sat Sep 2 18:41:25 EDT 2006


GIT changes to master grimoire by David Brown <dmlb2000 at gmail.com>:

 kernels/linux/HISTORY   |    4 ++++
 kernels/linux/PRE_BUILD |    2 ++
 2 files changed, 6 insertions(+)

New commits:
commit 977ccfe1af2168948668999207c470d3f013eebe
Author: David Brown <dmlb2000 at gmail.com>
Commit: David Brown <dmlb2000 at gmail.com>

    linux added unset LC_ALL see bug #12164 seems to be a unicode keymap issue

diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 4b60ef6..b30d797 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,4 +1,8 @@
 2006-09-02 David Brown <dmlb2000 at gmail.com>
+	* PRE_BUILD: added unset LC_ALL because of some keymap issues see bug
+	  #12164
+
+2006-09-02 David Brown <dmlb2000 at gmail.com>
 	* PRE_BUILD: some spell linting and added sanity check so bug #8192
 	  should never happen again
 
diff --git a/kernels/linux/PRE_BUILD b/kernels/linux/PRE_BUILD
index 400e6b1..14a877f 100755
--- a/kernels/linux/PRE_BUILD
+++ b/kernels/linux/PRE_BUILD
@@ -1,3 +1,5 @@
+unset LC_ALL
+
 function linux_new_uncompress()
 {
   if [[ $(file $1 | grep gzip) != "" ]]



More information about the SM-Commit mailing list