[fix] arg count

This commit is contained in:
Al
2016-01-19 03:16:14 -05:00
parent 5d5d5713cc
commit 3262d2ccd3

View File

@@ -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`