Koozali.org: home of the SME Server

midnight commander under putty

Offline HomePlayer

  • **
  • 55
  • +0/-0
midnight commander under putty
« 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.