From: Stephen Warren Date: Thu, 12 Jun 2014 16:27:39 +0000 (-0600) Subject: test: vboot: explicitly request bash X-Git-Tag: v2025.01-rc5-pxa1908~15157 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=967a99ad823342510857be84f7920a41f1949147;p=u-boot.git 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. #