changeset 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 da752f91c5f2
children 7b06396ac8b3
files TOOLS/midentify
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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
 	                }'