Scripts: Use bash in shebang

These scripts use [[, which is not POSIX compliant.

Change-Id: I9dbb3334e44fba0c88c54c1ef0f2f4d1b3932088
This commit is contained in:
Orgad Shaneh 2018-12-19 11:23:55 +02:00
parent 8caa465b2e
commit 3d2fdd0d98
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -ex

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -ex

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# Usage
#