From f0a02bc746ae19055a8311c50774ea1d065a0802 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Tue, 6 Jun 2023 12:14:00 +1000 Subject: [PATCH] define array --- parse-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse-list.sh b/parse-list.sh index bc64c17..45e270d 100755 --- a/parse-list.sh +++ b/parse-list.sh @@ -87,7 +87,7 @@ for param in $3 $4 $5 $6; do done # Build array of parameters to cycle through -PARAMLIST= +PARAMLIST=() if [ $PROCESSORG ] ; then # get a list of repositories in the source organisation and store in array of parameters for page in {1..10} ; do