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)
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

index 3c6efa7..cc67bed 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (c) 2013, Google Inc.
 #