From 6d7c89b7d756583d87c26f869c664ca0f7dcd7e4 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 24 Aug 2020 11:16:22 -0500 Subject: [PATCH] fix struct --- lib/buildFileList.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - }