mirror of https://github.com/mpv-player/mpv
Solaris sed needs the terminating '}' to be on a separate line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15870 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6dad56fda6
commit
c96d038916
|
@ -13,4 +13,6 @@ if [ -z "$1" ]; then
|
|||
fi
|
||||
|
||||
mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null |
|
||||
sed -ne '/^ID_/ {s/[]`\\!$" []/\\&/g;p }'
|
||||
sed -ne '/^ID_/ {
|
||||
s/[]`\\!$" []/\\&/g;p
|
||||
}'
|
||||
|
|
Loading…
Reference in New Issue