From cf66e351fd5bd6d13c8c4920ba731a520d7486fc Mon Sep 17 00:00:00 2001 From: maxbyte9p Date: Fri, 1 Dec 2023 11:05:40 -0500 Subject: [PATCH] Add another blank entry to bracnhes array to maintain parity with other arrays --- getsrc/getsrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/getsrc/getsrc.sh b/getsrc/getsrc.sh index efe1186..4db3e2d 100755 --- a/getsrc/getsrc.sh +++ b/getsrc/getsrc.sh @@ -38,6 +38,7 @@ branches=( '' '' '' + '' ) declare -A macros