small edits

This commit is contained in:
Patrick McGuire
2021-10-11 15:16:05 -04:00
parent 93586405a8
commit bb661e451b
3 changed files with 5 additions and 2 deletions
-1
View File
@@ -54,7 +54,6 @@ EOF
fi
if [ ${a} -ge 1 ];then
while read -r line;do
# Get species name
SPECIES="$(echo "${line}" | awk -F: '/Common Name/ {print $2}')"
SPECIES="${SPECIES// /_}"