Re: [Qemu-devel] [Bug 1347555] [NEW] qemu build failure, hxtool is a bash script, not a /bin/sh script

2014-07-23 Thread Eric Blake
On 07/23/2014 04:21 AM, Felix von Leitner wrote: > Public bug reported: > > hxtool (part of the early build process) is a bash script. Running it > with /bin/sh yields a syntax error on line 10: > > 10 STEXI*|ETEXI*|SQMP*|EQMP*) flag=$(($flag^1)) > > $(( expr )) is a bash extension

[Qemu-devel] [Bug 1347555] [NEW] qemu build failure, hxtool is a bash script, not a /bin/sh script

2014-07-23 Thread Felix von Leitner
Public bug reported: hxtool (part of the early build process) is a bash script. Running it with /bin/sh yields a syntax error on line 10: 10 STEXI*|ETEXI*|SQMP*|EQMP*) flag=$(($flag^1)) $(( expr )) is a bash extension, not part of /bin/sh. Note that replacing the sh in the first l