diff --git a/extras/DEBUG_EXPORTS.sh b/extras/DEBUG_EXPORTS.sh index c641ddda76..3b83df606c 100755 --- a/extras/DEBUG_EXPORTS.sh +++ b/extras/DEBUG_EXPORTS.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash source hack/common.sh diff --git a/hack/unit-test.sh b/hack/unit-test.sh index 06e39bd291..83fdbc2f55 100755 --- a/hack/unit-test.sh +++ b/hack/unit-test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e diff --git a/hack/verify-operator-bundle.sh b/hack/verify-operator-bundle.sh index 0afe3bd584..33697a9f2a 100755 --- a/hack/verify-operator-bundle.sh +++ b/hack/verify-operator-bundle.sh @@ -4,4 +4,4 @@ set -e source hack/ensure-operator-sdk.sh -${OPERATOR_SDK} bundle validate "$(dirname $OCS_FINAL_DIR)" --verbose +${OPERATOR_SDK} bundle validate "$(dirname $OCS_FINAL_DIR)" --verbose \ No newline at end of file