mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-23 14:43:02 +02:00
fix: this is just a warning, we can ignore it for now
This commit is contained in:
parent
eb4176987a
commit
a80e951e40
@ -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'
|
||||||
|
# shellcheck disable=SC2207
|
||||||
APPS=($(sort <<<"${APPS[*]}"))
|
APPS=($(sort <<<"${APPS[*]}"))
|
||||||
unset IFS
|
unset IFS
|
||||||
OPTIONS=("Set up all detected pre-configured applications" "Select which pre-configured applications to set up" "Do not set up any pre-configured applications")
|
OPTIONS=("Set up all detected pre-configured applications" "Select which pre-configured applications to set up" "Do not set up any pre-configured applications")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user