[U-Boot] [PATCH] test: vboot: explicitly request bash

2014-06-12 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com vboot_test.sh uses Bashisms. Explicitly use #!/bin/bash so the script doesn't fail if /bin/sh isn't Bash. Signed-off-by: Stephen Warren swar...@nvidia.com --- test/vboot/vboot_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH] test: vboot: explicitly request bash

2014-06-12 Thread Simon Glass
On 12 June 2014 10:27, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com vboot_test.sh uses Bashisms. Explicitly use #!/bin/bash so the script doesn't fail if /bin/sh isn't Bash. Signed-off-by: Stephen Warren swar...@nvidia.com Acked-by: Simon Glass