.bash_path
changeset 285 60fc251ec270
parent 280 fc3c78e39407
child 299 2771c1f6f3c5
--- 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