From 66e7af978cad7789d3ffc419c00d6c1266504436 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Fri, 31 May 2024 09:31:26 -0400 Subject: [PATCH] Un-localize some extracted arrays used between functions. --- functions/compression.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/compression.sh b/functions/compression.sh index 3e09dc1e..d33f5a2d 100644 --- a/functions/compression.sh +++ b/functions/compression.sh @@ -130,10 +130,10 @@ find_compatible_games() { fi touch "$godot_compression_compatible_games" - local compressable_games_list=() - local all_compressable_games=() - local games_to_compress=() - local target_selection="$1" + compressable_games_list=() + all_compressable_games=() + games_to_compress=() + target_selection="$1" if [[ "$1" == "everything" ]]; then local compression_format="all"