]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 3c6efa774ec72c3dbd790b31e2946a063eabcfb1..cc67bed2e236bca236c8c53dfcee477b7274b2ea 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (c) 2013, Google Inc.
 #