diff options
author | ranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-02 19:12:01 +0000 |
---|---|---|
committer | ranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-02 19:12:01 +0000 |
commit | 58e6402d2efc41f05831eebeb8607d8d42de606e (patch) | |
tree | c88cd13f82099ebd1fd201e406f2f16f38d5f3ad /TOOLS | |
parent | a123c6be4c9c8baa0165bd37b37e34eb34efe2e5 (diff) |
Add missing escapes, this should now cover all shell special characters AFAICS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15890 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-x | TOOLS/midentify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/midentify b/TOOLS/midentify index 1fdec43ea8..b2c9feccb7 100755 --- a/TOOLS/midentify +++ b/TOOLS/midentify @@ -14,5 +14,5 @@ fi mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null | sed -ne '/^ID_/ { - s/[]`\\!$" []/\\&/g;p + s/[]()|&;<>`'"'"'\\!$" []/\\&/g;p }' |