qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 01/12] Add kernel header update script


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 01/12] Add kernel header update script
Date: Wed, 8 Jun 2011 16:57:52 +0100

On 8 June 2011 16:06, Jan Kiszka <address@hidden> wrote:
> +    if [ $arch == x86 ]; then

This should be a single '=' -- '==' is a bashism. The 'checkbashisms'
script (available in 'devscripts' package on debian and ubuntu)
catches this:

cam-vm-266:maverick:testing$ checkbashisms scripts/update-linux-headers.sh
possible bashism in
/home/petmay01/linaro/qemu-from-laptop/qemu/scripts/update-linux-headers.sh
line 39 (should be 'b = a'):
    if [ $arch == x86 ]; then


Otherwise looks good.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]