From 967a99ad823342510857be84f7920a41f1949147 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Thu, 12 Jun 2014 10:27:39 -0600 Subject: 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 --- test/vboot/vboot_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. # -- cgit v1.2.1