diff TOOLS/midentify @ 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 70ad5a19d831
children efb8b8fa323e
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
+	                }'