mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 21:57:18 +02:00
Fix shellcheck SC2238
This commit is contained in:
parent
24f2ef4f33
commit
2fff49ee42
@ -122,7 +122,7 @@ function waConfigureApps() {
|
|||||||
while IFS= read -r F; do
|
while IFS= read -r F; do
|
||||||
[[ -n $F ]] || continue
|
[[ -n $F ]] || continue
|
||||||
F=$(echo "$F" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
|
F=$(echo "$F" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
|
||||||
echo \""$F"\" >> test
|
echo \""$F"\" >> "test"
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
. "$DIR/apps/$F/info"
|
. "$DIR/apps/$F/info"
|
||||||
APPS+=("$FULL_NAME ($F)")
|
APPS+=("$FULL_NAME ($F)")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user