From c96d03891660271820b9fcd5cc24fa9b6daadccf Mon Sep 17 00:00:00 2001 From: ranma Date: Thu, 30 Jun 2005 13:59:44 +0000 Subject: 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 --- TOOLS/midentify | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/midentify b/TOOLS/midentify index 99fe723631..1fdec43ea8 100755 --- a/TOOLS/midentify +++ b/TOOLS/midentify @@ -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 + }' -- cgit v1.2.3