lkml.org 
[lkml]   [2005]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] 2.6.13-mm3 ort v.b6 (OOPS Reporting Tool), try2
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-09-16 02:01    [W:0.102 / U:0.420 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site