@ -20,7 +20,7 @@ if [[ "${3}" != "" ]]; then
END=${3}
fi
if [[ "${2}" == "" ]] && [[ $2 -eq 0 ]]; then
if [[ "${2}" == "" ]] || [[ $2 -eq 0 ]]; then
name=`basename "${1}"`
bash field.sh "${name}"