mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-04 06:07:19 +02:00
fix: don't remove fixme
This commit is contained in:
parent
662378aefe
commit
7abfef3477
@ -123,6 +123,7 @@ function waConfigureApps() {
|
|||||||
INSTALLED_EXES+=("$(echo "${WIN_EXECUTABLE##*\\}" | tr '[:upper:]' '[:lower:]')")
|
INSTALLED_EXES+=("$(echo "${WIN_EXECUTABLE##*\\}" | tr '[:upper:]' '[:lower:]')")
|
||||||
done < <(sed 's/\r/\n/g' < "$HOME/.local/share/winapps/installed")
|
done < <(sed 's/\r/\n/g' < "$HOME/.local/share/winapps/installed")
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
|
# FIXME
|
||||||
# shellcheck disable=SC2207
|
# shellcheck disable=SC2207
|
||||||
APPS=($(sort <<<"${APPS[*]}"))
|
APPS=($(sort <<<"${APPS[*]}"))
|
||||||
unset IFS
|
unset IFS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user