Hi,
On 15/09/05, Jesper Juhl <[email protected]> wrote:
> Apply the small patch below on top of it, and you can add
>
> Signed-off-by: Jesper Juhl <[email protected]>
>
>
>
> --- 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|