changeset 15869:1093105c639c

Solaris sed needs the terminating '}' to be on a separate line
author ranma
date Thu, 30 Jun 2005 13:59:44 +0000
parents 8bb0701496ec
children 210ea00004d3
files TOOLS/midentify
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
+	                }'