diff --git a/lib/buildFileList.sh b/lib/buildFileList.sh index db10895d..c3cf58cd 100755 --- a/lib/buildFileList.sh +++ b/lib/buildFileList.sh @@ -514,6 +514,7 @@ function BuildFileList() { # Use file to see if we can parse what it is # ############################################## CheckFileType "${FILE}" + fi done export READ_ONLY_CHANGE_FLAG # Workaround SC2034 @@ -639,5 +640,4 @@ function CheckZsh() { ################## return 1 fi - }