Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
overlast authored and irteam sudo-account committed Apr 16, 2019
1 parent c1347e6 commit 0691daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install-mecab-ipadic-neologd
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ if [ ${WANNA_UPDATE} = 1 ]; then
if [ `git log refs/heads/master --pretty=%H | head -1` = `git ls-remote origin -h refs/heads/master |cut -f1` ]; then
echo "$ECHO_PREFIX mecab-ipadic-NEologd is already up-to-date"
else
${IS_WINDOWS_OS}=""
IS_WINDOWS_OS=""
if [ -e /proc ] && [ -e /proc/version ]; then
${IS_WINDOWS_OS}=`grep -n Microsoft /proc/version | head -1 | cut -d $':' -f 1`
IS_WINDOWS_OS=`grep -n Microsoft /proc/version | head -1 | cut -d $':' -f 1`
fi

if [ "${IS_WINDOWS_OS}" = "1" ]; then
Expand Down

0 comments on commit 0691daf

Please sign in to comment.