From 2fff49ee42c7e9e2551d9438faa53492b028839d Mon Sep 17 00:00:00 2001 From: LDprg <71488985+LDprg@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:36:32 +0200 Subject: [PATCH] Fix shellcheck SC2238 --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 0284601..506c274 100755 --- a/installer.sh +++ b/installer.sh @@ -122,7 +122,7 @@ function waConfigureApps() { while IFS= read -r F; do [[ -n $F ]] || continue F=$(echo "$F" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//') - echo \""$F"\" >> test + echo \""$F"\" >> "test" # shellcheck disable=SC1090 . "$DIR/apps/$F/info" APPS+=("$FULL_NAME ($F)")