From: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
To: Jesper Juhl <jesper.juhl@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] 2.6.13-mm3 ort v.b6 (OOPS Reporting Tool), try2
Date: Fri, 16 Sep 2005 01:58:45 +0200 [thread overview]
Message-ID: <6bffcb0e05091516585883ae82@mail.gmail.com> (raw)
In-Reply-To: <200509151736.35050.jesper.juhl@gmail.com>
Hi,
On 15/09/05, Jesper Juhl <jesper.juhl@gmail.com> wrote:
> Apply the small patch below on top of it, and you can add
>
> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
>
>
>
> --- linux-2.6.14-rc1/scripts/ort.sh.orig 2005-09-15 17:32:02.000000000 +0200
> +++ linux-2.6.14-rc1/scripts/ort.sh 2005-09-15 17:33:08.000000000 +0200
> @@ -98,12 +98,12 @@
> }
>
> check_which() {
> - WHICH=`which $1`
> + WHICH=`which $1 2> /dev/null`
> if [ "$WHICH" != "" ]
> then
> echo -e " [available]"
> else
> - echo
> + echo -e " [not available]"
> fi
> }
>
> @@ -859,8 +859,7 @@
Ok. I'll add it to v.b7
Regards,
Michal Piotrowski
prev parent reply other threads:[~2005-09-15 23:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-13 23:40 [PATCH] 2.6.13-mm3 ort v.b6 (OOPS Reporting Tool), try2 Michal Piotrowski
2005-09-14 4:22 ` Randy.Dunlap
2005-09-14 8:38 ` Cal Peake
2005-09-14 10:37 ` Paul TT
2005-09-14 13:29 ` Paolo Ciarrocchi
2005-09-15 15:36 ` Jesper Juhl
2005-09-15 23:58 ` Michal Piotrowski [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=6bffcb0e05091516585883ae82@mail.gmail.com \
--to=michal.k.k.piotrowski@gmail.com \
--cc=jesper.juhl@gmail.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox