[fix] arg count
This commit is contained in:
@@ -9,7 +9,7 @@ for language detection and address parser training set
|
|||||||
construction.
|
construction.
|
||||||
'
|
'
|
||||||
|
|
||||||
if [ "$#" -gte 1 ]; then
|
if [ "$#" -ge 1 ]; then
|
||||||
OUT_DIR=$1
|
OUT_DIR=$1
|
||||||
else
|
else
|
||||||
OUT_DIR=`pwd`
|
OUT_DIR=`pwd`
|
||||||
|
|||||||
Reference in New Issue
Block a user