Split code output
This commit is contained in:
parent
033af0c325
commit
3ae6e956a2
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ if [[ "${GETPATH}" -eq 1 ]]; then
|
|||
title=$( grep -m 1 "${path}" "${files}" | cut -d ',' -f 3 | sed 's/"//g' )
|
||||
|
||||
## Get codes
|
||||
codes=$( grep -m 1 "${path}" "${files}" | cut -d ',' -f 12 | sed 's/"//g' )
|
||||
codes=$( grep -m 1 "${path}" "${files}" | cut -d ',' -f 12 | sed 's/"//g; s/;/, /g' )
|
||||
if [ -z "${codes}" ]; then
|
||||
codes="N/A"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue