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 <[email protected]>
> ---
>  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

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to