From b0b674b2fbad886b1ddbd9c79e65ed9b95cfe27b Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 28 Jun 2022 03:20:22 +0200 Subject: [PATCH] Lint build script --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 9ad6d3630d..804ce9b527 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -50,7 +50,7 @@ fi echo -e "\n\n Building theme pages" echo -e " ======================\n\n" -for file in $(ls index_*.ts) +for file in index_*.ts do theme=${file:6:-3} echo -e "\n\n $theme"