Re: [Qemu-devel] [PATCH][qemu-iotests] explicitly use bash interpreter

2010-04-19 Thread Jamie Lokier
Stefan Hajnoczi wrote: > From: Stefan Hajnoczi > > The tests use bash language features including 'local' and 'let' which > aren't supported by /bin/sh on systems that use a conservative shell > like dash. This patch changes the interpreter to /bin/bash. Minor nit: Dash does support 'local'. -

[Qemu-devel] [PATCH][qemu-iotests] explicitly use bash interpreter

2010-04-19 Thread Stefan Hajnoczi
From: Stefan Hajnoczi The tests use bash language features including 'local' and 'let' which aren't supported by /bin/sh on systems that use a conservative shell like dash. This patch changes the interpreter to /bin/bash. Signed-off-by: Stefan Hajnoczi --- 001|2 +- 002