Skip to Content.
Sympa Menu

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

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 (35cd431a784c840adbb41fbdd9af4ef09eadb6d1)
  • Date: Fri, 1 Aug 2008 17:25:13 -0500

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

iso/usr/share/smgl.install/keymap | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 35cd431a784c840adbb41fbdd9af4ef09eadb6d1
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

keymap: fixed creation of /tmp/selected-keymap

There was in error in the capitalization of the variable used to
create the selected-keymap file (it was $prefix, but should have been
$PREFIX). Now that this is corrected, the file is properly created, so
users should be able to get this information now.

diff --git a/iso/usr/share/smgl.install/keymap
b/iso/usr/share/smgl.install/keymap
index aff3c8e..14f47d9 100755
--- a/iso/usr/share/smgl.install/keymap
+++ b/iso/usr/share/smgl.install/keymap
@@ -93,7 +93,7 @@ function go_list {
if loadkeys $PREFIX
then
# TODO: figure out what the user needs to enter in sysconfig/keymap
- echo "${prefix%.*map.*}" >/tmp/selected-keymap
+ echo "${PREFIX%.*map.*}" >/tmp/selected-keymap
RESULT=0
else
RESULT=2



  • [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (35cd431a784c840adbb41fbdd9af4ef09eadb6d1), Justin Boffemmyer, 08/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page