summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-06-12 10:27:39 -0600
committerTom Rini <trini@ti.com>2014-06-19 11:19:04 -0400
commit967a99ad823342510857be84f7920a41f1949147 (patch)
tree5c57d30abc485d97d1c2a166cf3da6f9a95a7885 /test
parentc7320ed52f8e71eeadcf6b36c818b7b39321f8d4 (diff)
downloadblackbird-obmc-uboot-967a99ad823342510857be84f7920a41f1949147.tar.gz
blackbird-obmc-uboot-967a99ad823342510857be84f7920a41f1949147.zip
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>
Diffstat (limited to 'test')
-rwxr-xr-xtest/vboot/vboot_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vboot/vboot_test.sh b/test/vboot/vboot_test.sh
index 3c6efa774e..cc67bed2e2 100755
--- a/test/vboot/vboot_test.sh
+++ b/test/vboot/vboot_test.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Copyright (c) 2013, Google Inc.
#
OpenPOWER on IntegriCloud