Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
15888:da752f91c5f2 | 15889:efb8b8fa323e |
---|---|
12 exit 1 | 12 exit 1 |
13 fi | 13 fi |
14 | 14 |
15 mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null | | 15 mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null | |
16 sed -ne '/^ID_/ { | 16 sed -ne '/^ID_/ { |
17 s/[]`\\!$" []/\\&/g;p | 17 s/[]()|&;<>`'"'"'\\!$" []/\\&/g;p |
18 }' | 18 }' |