mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 20:25:49 +00:00
fix: Shellcheck
This commit is contained in:
parent
a01435dfd4
commit
c6ad650492
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ getESD() {
|
|||
xmllint --nonet --xpath "${edQuery}" "$dir/$xFile" >> "$dir/$fFile" 2>/dev/null
|
||||
echo -e '</Catalog>'>> "$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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue