Mercurial > mplayer.hg
changeset 29968:4e0ff9be2b1e
Avoid '&>' bashism for redirecting both stdout and stderr.
author | diego |
---|---|
date | Sun, 13 Dec 2009 23:48:20 +0000 |
parents | cb44dec7706e |
children | 01e66f959361 |
files | DOCS/xml/configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/configure Sun Dec 13 23:22:55 2009 +0000 +++ b/DOCS/xml/configure Sun Dec 13 23:48:20 2009 +0000 @@ -181,7 +181,7 @@ # Also checks for Jade/OpenJade. #FIXME: Add support for the xalan/xalan2 XSLT processors. -if xsltproc --version &> /dev/null +if xsltproc --version > /dev/null 2>&1 then if test -z "$_fake_chunk_xsl" then