From dd6487d0b75ae2d09bfc64162d781ab10744fd73 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Thu, 17 Mar 2016 14:54:56 -0700 Subject: [PATCH] use '/usr/bin/env bash' in update/verify-godep-licenses.sh --- hack/update-godep-licenses.sh | 2 +- hack/verify-godep-licenses.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. #