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

Michael Tokarev mjt at tls.msk.ru
Sun Apr 15 21:59:43 CEST 2012


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



More information about the SeaBIOS mailing list