From 446a6f6770e6f9f0c942ee8fe596559e78314c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 30 Jan 2024 12:29:18 +0100 Subject: [PATCH] Working on _blog_idx_for_index --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 8541ff7..69292c4 100755 --- a/qsgen2 +++ b/qsgen2 @@ -488,7 +488,7 @@ function _blogs() { else # Declare the array to hold metadata strings for each blog - declare -a BLOG_META_STR_ARRAY + BLOG_META_STR_ARRAY=() # Iterate over make_blog_array for blog in "${make_blog_array[@]}"; do