diff --git a/hack/update-godep-licenses.sh b/hack/update-godep-licenses.sh index d3d1a6c231f..7e92c189167 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. #