Skip to content

Commit

Permalink
Compatibility issue with readlink fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Goran Topic committed Dec 21, 2012
1 parent 97dfddd commit 95afc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/mecab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Author: Pontus Stenetorp <pontus stenetorp se>
# Version: 2011-05-16

SCRIPT_PATH=`readlink -f $0`
SCRIPT_DIR=`dirname ${SCRIPT_PATH}`
SCRIPT_RELDIR=`dirname $0`
SCRIPT_DIR=`cd $SCRIPT_RELDIR && pwd`

MECAB_VERSION=0.98
MECAB_IPADIC_VERSION=2.7.0-20070801
Expand Down

0 comments on commit 95afc5b

Please sign in to comment.