Fix shellcheck SC2238

This commit is contained in:
LDprg 2024-06-08 19:36:32 +02:00 committed by GitHub
parent 24f2ef4f33
commit 2fff49ee42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)")