Scripts: Use bash in shebang
These scripts use [[, which is not POSIX compliant. Change-Id: I9dbb3334e44fba0c88c54c1ef0f2f4d1b3932088
This commit is contained in:
parent
8caa465b2e
commit
3d2fdd0d98
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# Usage
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user