mirror of
https://github.com/mpv-player/mpv
synced 2025-03-08 07:08:12 +00:00
TOOLS/mpv_identify.sh: remove pointless escape
This commit is contained in:
parent
7e5f707baf
commit
c6d0e41335
@ -124,7 +124,7 @@ EOF
|
||||
fi
|
||||
;;
|
||||
X-MIDENTIFY:\ *)
|
||||
local key="${line#X-MIDENTIFY:\ }"
|
||||
local key="${line#X-MIDENTIFY: }"
|
||||
local value="${key#* }"
|
||||
key="${key%% *}"
|
||||
key="$(printf '%s\n' "$key" | tr - _)"
|
||||
|
Loading…
Reference in New Issue
Block a user