# HG changeset patch # User Oleksandr Gavenko # Date 1325523458 -7200 # Node ID 60fc251ec2708d47e94872e73787478a424eca12 # Parent 3351fda649d576c44672dc9b1871e31d3f3a7cae Bash string comparison does not require hack. 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