projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7320ed
)
test: vboot: explicitly request bash
author
Stephen Warren
<swarren@nvidia.com>
Thu, 12 Jun 2014 16:27:39 +0000
(10:27 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/test/vboot/vboot_test.sh
b/test/vboot/vboot_test.sh
index 3c6efa774ec72c3dbd790b31e2946a063eabcfb1..cc67bed2e236bca236c8c53dfcee477b7274b2ea 100755
(executable)
--- a/
test/vboot/vboot_test.sh
+++ b/
test/vboot/vboot_test.sh
@@
-1,4
+1,4
@@
-#!/bin/sh
+#!/bin/
ba
sh
#
# Copyright (c) 2013, Google Inc.
#