raa0121 12 years ago
parent
commit
6c95629a53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .bashrc

+ 1 - 1
.bashrc

@@ -32,7 +32,7 @@ elif [ $_uname = "Msys" ]; then
   OUTPUT_CHARSET=sjis
   export PATH="$PATH:$WIN_PATH"
   [[ -s $USERPROFILE/.pik/.pikrc ]] && source $USERPROFILE/.pik/.pikrc
-elif [ $HOSTNAME = "ryo"]; then
+elif [ $HOSTNAME = "ryo" ]; then
   export LANG=ja_JP.UTF-8
   export PATH=$WIN_PATH
 fi