diff -r 3351fda649d5 -r 60fc251ec270 .bash_path --- a/.bash_path Mon Jan 02 18:38:59 2012 +0200 +++ b/.bash_path Mon Jan 02 18:57:38 2012 +0200 @@ -12,7 +12,7 @@ # Special case for CYGWIN to properly display russian letters in rxvt. # Don't forget set in Windows SHELL=/bin/bash. If default SHELL is sh then .bashrc will not be read. -if [[ x$OSTYPE = xcygwin ]]; then +if [[ $OSTYPE = cygwin ]]; then export LANG=ru_RU.CP1251 # Avoid permission problem in Cygwin. umask 0000