mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Fix missing ) in steam_sync.sh
This commit is contained in:
parent
eabd37fa1b
commit
cb86324fe6
|
@ -43,7 +43,7 @@ steam_sync() {
|
|||
/<favorite>true<\/favorite>/ {
|
||||
if (match($0, /<path>([^<]+)<\/path>/, arr))
|
||||
print arr[1]
|
||||
}' "$gamelist"
|
||||
}' "$gamelist")
|
||||
while read -r game; do
|
||||
if [[ -n "$game" ]]; then # Avoid empty lines created by xmlstarlet
|
||||
local game="${game#./}" # Remove leading ./
|
||||
|
|
Loading…
Reference in a new issue