From 7839033588c5875d9aeff40e3996012b7264e2f8 Mon Sep 17 00:00:00 2001 From: Evan Flynn Date: Wed, 13 Aug 2014 15:44:21 -0400 Subject: [PATCH] Remove duplicate shebang --- cluster/kubecfg.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cluster/kubecfg.sh b/cluster/kubecfg.sh index 14aca871f4e..0afb8361e40 100755 --- a/cluster/kubecfg.sh +++ b/cluster/kubecfg.sh @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/bin/bash - source $(dirname $0)/kube-env.sh source $(dirname $0)/$KUBERNETES_PROVIDER/util.sh