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:
ranma 2005-06-30 13:59:44 +00:00
parent 6dad56fda6
commit c96d038916
1 changed files with 3 additions and 1 deletions

View File

@ -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
}'