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

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