mirror of https://github.com/mpv-player/mpv
Add missing escapes, this should now cover all shell special characters AFAICS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15890 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a123c6be4c
commit
58e6402d2e
|
@ -14,5 +14,5 @@ fi
|
|||
|
||||
mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null |
|
||||
sed -ne '/^ID_/ {
|
||||
s/[]`\\!$" []/\\&/g;p
|
||||
s/[]()|&;<>`'"'"'\\!$" []/\\&/g;p
|
||||
}'
|
||||
|
|
Loading…
Reference in New Issue