summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-30 13:59:44 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-30 13:59:44 +0000
commitc96d03891660271820b9fcd5cc24fa9b6daadccf (patch)
tree89ef4b55c0a6aca40f66dce9959ee74abfd9c893 /TOOLS
parent6dad56fda6899de9003dd78c5fd85d3b10ee09f7 (diff)
downloadmpv-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-xTOOLS/midentify4
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
+ }'