Koozali.org: home of the SME Server

Obsolete Releases => SME Server 9.x => Topic started by: HomePlayer on October 22, 2014, 11:06:14 AM

Title: midnight commander under putty
Post by: HomePlayer on October 22, 2014, 11:06:14 AM
I have a fresh install of V9 no addons yet installed. The system is up to date.

Bug;  http://bugs.contribs.org/show_bug.cgi?id=7699
topic; http://forums.contribs.org/index.php/topic,50098.0.html

Code: [Select]
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin
LANG=en_US <---Added

export PATH
export PATH LANG <---Added

Now it looks ok again.