diff --git a/hack/update-kubernetes-deps.sh b/hack/update-kubernetes-deps.sh index 383d40d..399ebbc 100755 --- a/hack/update-kubernetes-deps.sh +++ b/hack/update-kubernetes-deps.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash VERSION=${1#"v"} if [ -z "$VERSION" ]; then diff --git a/krew-package.sh b/krew-package.sh index 3858a60..caf90f6 100755 --- a/krew-package.sh +++ b/krew-package.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash # This script makes a platform specific krew package # it assumes goreleaser had already run and created the archives and the checksums # Arguments: diff --git a/test/kubectl-stub b/test/kubectl-stub index 9759086..f3e4120 100755 --- a/test/kubectl-stub +++ b/test/kubectl-stub @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # based on Argbash: https://argbash.io