diff --git a/hack/update-godep-licenses.sh b/hack/update-godep-licenses.sh index 4fa81cb7c23..1c8d87f1ca6 100755 --- a/hack/update-godep-licenses.sh +++ b/hack/update-godep-licenses.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2015 The Kubernetes Authors All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/hack/verify-godep-licenses.sh b/hack/verify-godep-licenses.sh index 6d98210984a..3223a83e7ef 100755 --- a/hack/verify-godep-licenses.sh +++ b/hack/verify-godep-licenses.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2015 The Kubernetes Authors All rights reserved. #