From f773560ca80c68b1f0f5a1a5b0877927dbf18b7a Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Thu, 30 May 2024 10:20:55 +0000 Subject: [PATCH] fix: fix SC2066; do not quote this --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 6e536d9..1ec9d45 100755 --- a/installer.sh +++ b/installer.sh @@ -42,7 +42,7 @@ function waFindInstalled() { rm -f "$HOME/.local/share/winapps/installed" rm -f "$HOME/.local/share/winapps/detected" cp "$DIR/install/ExtractPrograms.ps1" "$HOME/.local/share/winapps/ExtractPrograms.ps1" - for F in "$DIR/apps"; do + for F in $DIR/apps; do [[ -e "$F" ]] || break # shellcheck disable=SC1090 . "$F/info"