Make it happy

This commit is contained in:
Lucas Gravley 2020-08-27 14:12:24 -05:00
parent 94e03d50ac
commit 4bf0aee923

View file

@ -1082,7 +1082,7 @@ Footer() {
####################################################
# Need to clean up the lanuage array of duplicates #
####################################################
UNIQUE_LINTED_ARRAY=($(for LANG in "${LINTED_LANGUAGES_ARRAY[@]}"; do echo "${LANG}"; done | sort -u))
mapfile -t UNIQUE_LINTED_ARRAY < <(for LANG in "${LINTED_LANGUAGES_ARRAY[@]}"; do echo "${LANG}"; done | sort -u)
##############################
# Prints for errors if found #