qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [ANNOUNCE] SeaBIOS 1.7.0


From: Michael Tokarev
Subject: Re: [Qemu-devel] [ANNOUNCE] SeaBIOS 1.7.0
Date: Sun, 15 Apr 2012 23:59:43 +0400
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.3) Gecko/20120329 Icedove/10.0.3

On 15.04.2012 06:48, Kevin O'Connor wrote:
> The 1.7.0 version of SeaBIOS has now been released.  For more
> information on the release, please see:
> 
> http://seabios.org/Releases

Um.  I can't compile it here, due to an error in ./tools/buildversion.sh.

$ sh -x ./tools/buildversion.sh out/vgaversion.c VAR16
+ OUTFILE=out/vgaversion.c
+ VAR16MODE=VAR16
+ [ -d .git ]
+ git describe --tags --long --dirty
+ VERSION=rel-1.7.0-0-ga026308
+ date +%Y%m%d_%H%M%S
+ hostname
+ VERSION=rel-1.7.0-0-ga026308-20120415_235702-gandalf
+ echo Version: rel-1.7.0-0-ga026308-20120415_235702-gandalf
Version: rel-1.7.0-0-ga026308-20120415_235702-gandalf
+ [ VAR16 == VAR16 ]
[: 1: VAR16: unexpected operator
+ cat

AFIAK, "==" operator is a bash(?) extension, standard
POSIX shell only mentions "=" operator.  Changing this
"==" to "=" makes it buildable.

Thanks,

/mjt



reply via email to

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