more quotes

This commit is contained in:
Lucas Gravley 2020-08-13 12:48:00 -05:00
parent c7f28b9b7f
commit 0d3547c35b

View file

@ -434,7 +434,7 @@ function BuildFileList() {
# Set the READ_ONLY_CHANGE_FLAG since this could be exec #
##########################################################
READ_ONLY_CHANGE_FLAG=1
elif [ "${FILE_TYPE}" == "dockerfile" ] || [ "${BASE_FILE}" == *"dockerfile."* ]; then
elif [ "${FILE_TYPE}" == "dockerfile" ] || [[ "${BASE_FILE}" == *"dockerfile."* ]]; then
################################
# Append the file to the array #
################################