diff TOOLS/midentify @ 15889:efb8b8fa323e

Add missing escapes, this should now cover all shell special characters AFAICS
author ranma
date Sat, 02 Jul 2005 19:12:01 +0000
parents 1093105c639c
children
line wrap: on
line diff
--- a/TOOLS/midentify	Sat Jul 02 19:00:13 2005 +0000
+++ b/TOOLS/midentify	Sat Jul 02 19:12:01 2005 +0000
@@ -14,5 +14,5 @@
 
 mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null |
 	sed -ne '/^ID_/ {
-	                  s/[]`\\!$" []/\\&/g;p
+	                  s/[]()|&;<>`'"'"'\\!$" []/\\&/g;p
 	                }'