Skip to content

Commit

Permalink
Merge pull request #1 from Superbil/master
Browse files Browse the repository at this point in the history
修正 cp 在 Mac 上可能會無法正確 copy 的問題
  • Loading branch information
yorkxin committed Dec 18, 2013
2 parents d09ca83 + 80d4b56 commit da54e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
case `uname -s` in
"Darwin" )
PLATFORM="mac"
RIME_HOME="~/Library/Rime"
RIME_HOME="$HOME/Library/Rime"
;;
"Linux" )
PLATFORM="linux"
Expand Down

0 comments on commit da54e1c

Please sign in to comment.