[MPlayer-cvslog] CVS: main/TOOLS midentify,1.5,1.6

Tobias Diedrich CVS syncmail at mplayerhq.hu
Sat Jul 2 21:12:03 CEST 2005


CVS change done by Tobias Diedrich CVS

Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var2/tmp/cvs-serv25522

Modified Files:
	midentify 
Log Message:
Add missing escapes, this should now cover all shell special characters AFAICS

Index: midentify
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/midentify,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- midentify	30 Jun 2005 13:59:44 -0000	1.5
+++ midentify	2 Jul 2005 19:12:01 -0000	1.6
@@ -14,5 +14,5 @@
 
 mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null |
 	sed -ne '/^ID_/ {
-	                  s/[]`\\!$" []/\\&/g;p
+	                  s/[]()|&;<>`'"'"'\\!$" []/\\&/g;p
 	                }'




More information about the MPlayer-cvslog mailing list