[oe] [PATCH] Corrected a typo in qtdemo-init script

Paul Menzel paulepanter at users.sourceforge.net
Sat Jan 22 15:09:11 UTC 2011


Dear Alessandro,


Am Samstag, den 22.01.2011, 15:59 +0100 schrieb Alessandro Sappia:

please take a look at the commit policy regarding the commit
summary/message [1].

> Signed-off-by: Alessandro Sappia <a.sappia at gmail.com>
> ---
>  recipes/qt4/qt-demo-init/qtdemo-init |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/qt4/qt-demo-init/qtdemo-init b/recipes/qt4/qt-demo-init/qtdemo-init
> index ee84be2..affb958 100644
> --- a/recipes/qt4/qt-demo-init/qtdemo-init
> +++ b/recipes/qt4/qt-demo-init/qtdemo-init
> @@ -3,7 +3,7 @@
>  set -e
>  
>  if [ -f /usr/bin/qtdemo ]; then
> -	QTDEMO="qtdemo > /var/log/Xsession.log 2>&1"
> +	QTDEMO="qtdemo > /var/log/Xsession.log 2> &1"

What is wrong with this? Errors are sent to standard output and the
version without space is the one I know too.

>  else
>  	QTDEMO="qtdemoE -qws"
>  fi


Thanks,

Paul


[1] http://wiki.openembedded.org/index.php/Commit_Policy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110122/7689e822/attachment-0002.sig>


More information about the Openembedded-devel mailing list