From ce060323f0f6bc5bd8a3b4ab8e50935aaef0f27d Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 4 Jan 2021 08:45:46 -0500 Subject: [PATCH] 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: I3f31acd5fc3d7422270be53510962dcbc08db602 --- tools/coding-checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/coding-checks.sh b/tools/coding-checks.sh index 7bf89a9cee5..4413cad413e 100755 --- a/tools/coding-checks.sh +++ b/tools/coding-checks.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -eu