]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
test: vboot: explicitly request bash
authorStephen Warren <swarren@nvidia.com>
Thu, 12 Jun 2014 16:27:39 +0000 (10:27 -0600)
committerTom Rini <trini@ti.com>
Thu, 19 Jun 2014 15:19:04 +0000 (11:19 -0400)
commit967a99ad823342510857be84f7920a41f1949147
tree5c57d30abc485d97d1c2a166cf3da6f9a95a7885
parentc7320ed52f8e71eeadcf6b36c818b7b39321f8d4
test: vboot: explicitly request bash

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 <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/vboot/vboot_test.sh