All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] eglibc-testing: Fix testing script to work well with dash
Date: Mon, 05 Mar 2012 14:01:39 -0800	[thread overview]
Message-ID: <4F5537C3.5010307@linux.intel.com> (raw)
In-Reply-To: <1330729048-22399-1-git-send-email-raj.khem@gmail.com>

On 03/02/2012 02:57 PM, Khem Raj wrote:
> Dash did not like>&  so we do 2>&  1>  /dev/null
>
> Signed-off-by: Khem Raj<raj.khem@gmail.com>
> ---
>   meta/recipes-core/eglibc/eglibc-testing.inc |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-core/eglibc/eglibc-testing.inc b/meta/recipes-core/eglibc/eglibc-testing.inc
> index c30409f..a5ce773 100644
> --- a/meta/recipes-core/eglibc/eglibc-testing.inc
> +++ b/meta/recipes-core/eglibc/eglibc-testing.inc
> @@ -47,7 +47,7 @@ then
>   	echo "Please specify the target machine and remote user in form of user@target"
>   	exit 1;
>   fi
> -ssh \$target ls \$PWD\>&  /dev/null
> +ssh \$target ls \$PWD\  2>&1>  /dev/null
>   if [ "x\$?" != "x0" ]
>   then
>   	echo "Failed connecting to \$target it could be because of:"

Merged into OE-core

Thanks
	Sau!



      reply	other threads:[~2012-03-05 22:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-02 22:57 [PATCH] eglibc-testing: Fix testing script to work well with dash Khem Raj
2012-03-05 22:01 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F5537C3.5010307@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.