fix: don't remove fixme

This commit is contained in:
Oskar Manhart 2024-05-30 12:09:16 +00:00 committed by GitHub
parent 662378aefe
commit 7abfef3477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,6 +123,7 @@ function waConfigureApps() {
INSTALLED_EXES+=("$(echo "${WIN_EXECUTABLE##*\\}" | tr '[:upper:]' '[:lower:]')")
done < <(sed 's/\r/\n/g' < "$HOME/.local/share/winapps/installed")
IFS=$'\n'
# FIXME
# shellcheck disable=SC2207
APPS=($(sort <<<"${APPS[*]}"))
unset IFS