From 32ca0352403efda18dadb6dc85ca7a289a571e50 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Sat, 9 Mar 2024 15:16:48 +0100 Subject: [PATCH] Fix builds --- .po2tl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.po2tl.sh b/.po2tl.sh index e7b747d..ff034c0 100755 --- a/.po2tl.sh +++ b/.po2tl.sh @@ -20,7 +20,7 @@ for file in ./translations-*.po; do fi echo -e "\x1B[36mAdding ${file#\.\/} to list of files to build\x1B[0m" - filesToDo+=(file) + filesToDo+=($file) done if (( ${#filesToDo[@]} > 0 )); then