From: Stephen Warren Date: Thu, 12 Jun 2014 16:27:39 +0000 (-0600) Subject: test: vboot: explicitly request bash X-Git-Tag: v2014.07-rc4~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=967a99ad823342510857be84f7920a41f1949147;p=u-boot 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 Acked-by: Simon Glass --- 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. #