From 9eaf78bf25b050e49c786aa6f18dff1132615663 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 18 May 2024 16:31:28 +0200 Subject: [PATCH] Update mido.sh --- src/mido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mido.sh b/src/mido.sh index 02e351f..17ce0b9 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -83,7 +83,7 @@ getESD() { xmllint --nonet --xpath "${edQuery}" "$dir/$xFile" >> "$dir/$fFile" 2>/dev/null echo -e ''>> "$dir/$fFile" - xmllint --nonet --xpath '//File[LanguageCode="'${culture,,}'"]' "$dir/$fFile" >"$dir/$eFile" + xmllint --nonet --xpath "//File[LanguageCode=\"${culture,,}\"]" "$dir/$fFile" >"$dir/$eFile" size=$(stat -c%s "$dir/$eFile") if ((size<20)); then