# HG changeset patch # User ranma # Date 1120139984 0 # Node ID 1093105c639c1ce7bd2a6faf3bde4ff7705afed0 # Parent 8bb0701496ecefcb82e55956143ae0d0400e5ba8 Solaris sed needs the terminating '}' to be on a separate line diff -r 8bb0701496ec -r 1093105c639c TOOLS/midentify --- a/TOOLS/midentify Thu Jun 30 13:25:08 2005 +0000 +++ b/TOOLS/midentify Thu Jun 30 13:59:44 2005 +0000 @@ -13,4 +13,6 @@ fi mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null | - sed -ne '/^ID_/ {s/[]`\\!$" []/\\&/g;p }' + sed -ne '/^ID_/ { + s/[]`\\!$" []/\\&/g;p + }'