mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 21:57:18 +02:00
fix: fix SC2066; do not quote this
This commit is contained in:
parent
109cbf5f79
commit
f773560ca8
@ -42,7 +42,7 @@ function waFindInstalled() {
|
|||||||
rm -f "$HOME/.local/share/winapps/installed"
|
rm -f "$HOME/.local/share/winapps/installed"
|
||||||
rm -f "$HOME/.local/share/winapps/detected"
|
rm -f "$HOME/.local/share/winapps/detected"
|
||||||
cp "$DIR/install/ExtractPrograms.ps1" "$HOME/.local/share/winapps/ExtractPrograms.ps1"
|
cp "$DIR/install/ExtractPrograms.ps1" "$HOME/.local/share/winapps/ExtractPrograms.ps1"
|
||||||
for F in "$DIR/apps"; do
|
for F in $DIR/apps; do
|
||||||
[[ -e "$F" ]] || break
|
[[ -e "$F" ]] || break
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
. "$F/info"
|
. "$F/info"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user