pylint: run coding-checks.sh with bash
[[ is a bash extension and therefore not available on platforms where sh is not bash. Use bash explicitly. Change-Id: I3f31acd5fc3d7422270be53510962dcbc08db602changes/46/769146/1
parent
9c1b4f40ba
commit
ce060323f0
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
Loading…
Reference in New Issue