diff options
author | ranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-06-30 13:59:44 +0000 |
---|---|---|
committer | ranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-06-30 13:59:44 +0000 |
commit | c96d03891660271820b9fcd5cc24fa9b6daadccf (patch) | |
tree | 89ef4b55c0a6aca40f66dce9959ee74abfd9c893 /TOOLS | |
parent | 6dad56fda6899de9003dd78c5fd85d3b10ee09f7 (diff) | |
download | mpv-c96d03891660271820b9fcd5cc24fa9b6daadccf.tar.bz2 mpv-c96d03891660271820b9fcd5cc24fa9b6daadccf.tar.xz |
Solaris sed needs the terminating '}' to be on a separate line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15870 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-x | TOOLS/midentify | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TOOLS/midentify b/TOOLS/midentify index 99fe723631..1fdec43ea8 100755 --- a/TOOLS/midentify +++ b/TOOLS/midentify @@ -13,4 +13,6 @@ if [ -z "$1" ]; then fi mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null | - sed -ne '/^ID_/ {s/[]`\\!$" []/\\&/g;p }' + sed -ne '/^ID_/ { + s/[]`\\!$" []/\\&/g;p + }' |