Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 11759] profile script lc.sh contains non-portable sh

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 11759] profile script lc.sh contains non-portable sh
  • Date: 4 May 2006 21:22:16 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=11759


eric AT sandall.us changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |eric AT sandall.us




------- Additional Comments From eric AT sandall.us 2006-05-04 16:22 -------
My /etc/profile.d/lc.sh looks like:
#!/bin/bash
# Added by /usr/sbin/smgl.install
# First check if this variable is already set
# then if not set, check it (maybe), then set it

if [ -z "$LANG" ] ; then
LANG="en_US"
fi
export LANG

Where did you get yours? Mine comes from bash 3.0.16 in test grimoire.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page